From 99fdad17ed693d6886c9419140357f0750d8a699 Mon Sep 17 00:00:00 2001 From: Piotr Sochalewski Date: Sun, 7 Jun 2026 01:00:48 +0200 Subject: [PATCH] [AI] Improve Dynamic Type support across Scrabbdict UI --- .../1BBF5C40-CB0D-4FC3-A298-382A64CC634D.png | 4 +- .../4C10B9BF-BCD8-4C27-B92D-12A7CC7540A9.png | 4 +- .../60639882-7F0A-4F0D-9345-D11AF2CE5EF4.png | 4 +- .../AE47019C-73E8-4C0B-A949-31C0CC8131EA.png | 4 +- .../BB2803F8-F89B-400B-ABAA-606745207C8A.png | 4 +- .../D18F3EAC-E02A-4BD2-A4EF-632D16A38FB4.png | 4 +- .../D815C259-B643-4534-A59B-2758C74A9F2A.png | 4 +- .../E687975C-1617-4B64-AA6F-890F05F81FCE.png | 4 +- Scrabbdict/Extensions/Bundle+Extension.swift | 26 ++++ Scrabbdict/Extensions/Font+Extension.swift | 13 -- Scrabbdict/Models/SearchMode.swift | 5 + Scrabbdict/Modules/App/ScrabbdictApp.swift | 31 +++++ .../Modules/Scrabbdict/ScrabbdictView.swift | 106 ++++++++------ .../Subviews/EmptySearchResultView.swift | 10 +- .../Scrabbdict/Subviews/RackWordsButton.swift | 9 +- .../Scrabbdict/Subviews/ResultCardView.swift | 27 ++-- .../Subviews/ScrabbleTableBackground.swift | 130 ++++++++++++++---- .../Scrabbdict/Subviews/SearchBarView.swift | 96 ++++++------- .../Subviews/SearchModePickerView.swift | 61 ++++---- .../Scrabbdict/Subviews/WordsListView.swift | 16 ++- .../Modules/Settings/SettingsView.swift | 22 +-- .../Settings.imageset/Contents.json | 13 +- Scrabbdict/Resources/Localizable.xcstrings | 31 ++++- .../Snapshots/ScrabbdictSnapshotTests.swift | 23 ++-- .../Snapshots/SettingsSnapshotTests.swift | 23 ++-- ...EmptyPatternResult.en-US-dark-xxxLarge.png | 3 + .../testEmptyPatternResult.en-US-dark.png | 4 +- ...mptyPatternResult.en-US-light-xxxLarge.png | 3 + .../testEmptyPatternResult.en-US-light.png | 4 +- ...yPatternResult.en-US-pad-dark-xxxLarge.png | 3 + .../testEmptyPatternResult.en-US-pad-dark.png | 4 +- ...PatternResult.en-US-pad-light-xxxLarge.png | 3 + ...testEmptyPatternResult.en-US-pad-light.png | 4 +- ...EmptyPatternResult.fr-FR-dark-xxxLarge.png | 3 + .../testEmptyPatternResult.fr-FR-dark.png | 4 +- ...mptyPatternResult.fr-FR-light-xxxLarge.png | 3 + .../testEmptyPatternResult.fr-FR-light.png | 4 +- ...yPatternResult.fr-FR-pad-dark-xxxLarge.png | 3 + .../testEmptyPatternResult.fr-FR-pad-dark.png | 4 +- ...PatternResult.fr-FR-pad-light-xxxLarge.png | 3 + ...testEmptyPatternResult.fr-FR-pad-light.png | 4 +- ...EmptyPatternResult.pl-PL-dark-xxxLarge.png | 3 + .../testEmptyPatternResult.pl-PL-dark.png | 4 +- ...mptyPatternResult.pl-PL-light-xxxLarge.png | 3 + .../testEmptyPatternResult.pl-PL-light.png | 4 +- ...yPatternResult.pl-PL-pad-dark-xxxLarge.png | 3 + .../testEmptyPatternResult.pl-PL-pad-dark.png | 4 +- ...PatternResult.pl-PL-pad-light-xxxLarge.png | 3 + ...testEmptyPatternResult.pl-PL-pad-light.png | 4 +- ...estEmptyRackResult.en-US-dark-xxxLarge.png | 3 + .../testEmptyRackResult.en-US-dark.png | 4 +- ...stEmptyRackResult.en-US-light-xxxLarge.png | 3 + .../testEmptyRackResult.en-US-light.png | 4 +- ...mptyRackResult.en-US-pad-dark-xxxLarge.png | 3 + .../testEmptyRackResult.en-US-pad-dark.png | 4 +- ...ptyRackResult.en-US-pad-light-xxxLarge.png | 3 + .../testEmptyRackResult.en-US-pad-light.png | 4 +- ...estEmptyRackResult.fr-FR-dark-xxxLarge.png | 3 + .../testEmptyRackResult.fr-FR-dark.png | 4 +- ...stEmptyRackResult.fr-FR-light-xxxLarge.png | 3 + .../testEmptyRackResult.fr-FR-light.png | 4 +- ...mptyRackResult.fr-FR-pad-dark-xxxLarge.png | 3 + .../testEmptyRackResult.fr-FR-pad-dark.png | 4 +- ...ptyRackResult.fr-FR-pad-light-xxxLarge.png | 3 + .../testEmptyRackResult.fr-FR-pad-light.png | 4 +- ...estEmptyRackResult.pl-PL-dark-xxxLarge.png | 3 + .../testEmptyRackResult.pl-PL-dark.png | 4 +- ...stEmptyRackResult.pl-PL-light-xxxLarge.png | 3 + .../testEmptyRackResult.pl-PL-light.png | 4 +- ...mptyRackResult.pl-PL-pad-dark-xxxLarge.png | 3 + .../testEmptyRackResult.pl-PL-pad-dark.png | 4 +- ...ptyRackResult.pl-PL-pad-light-xxxLarge.png | 3 + .../testEmptyRackResult.pl-PL-pad-light.png | 4 +- .../testInvalidResult.en-US-dark-xxxLarge.png | 3 + .../testInvalidResult.en-US-dark.png | 4 +- ...testInvalidResult.en-US-light-xxxLarge.png | 3 + .../testInvalidResult.en-US-light.png | 4 +- ...tInvalidResult.en-US-pad-dark-xxxLarge.png | 3 + .../testInvalidResult.en-US-pad-dark.png | 4 +- ...InvalidResult.en-US-pad-light-xxxLarge.png | 3 + .../testInvalidResult.en-US-pad-light.png | 4 +- .../testInvalidResult.fr-FR-dark-xxxLarge.png | 3 + .../testInvalidResult.fr-FR-dark.png | 4 +- ...testInvalidResult.fr-FR-light-xxxLarge.png | 3 + .../testInvalidResult.fr-FR-light.png | 4 +- ...tInvalidResult.fr-FR-pad-dark-xxxLarge.png | 3 + .../testInvalidResult.fr-FR-pad-dark.png | 4 +- ...InvalidResult.fr-FR-pad-light-xxxLarge.png | 3 + .../testInvalidResult.fr-FR-pad-light.png | 4 +- .../testInvalidResult.pl-PL-dark-xxxLarge.png | 3 + .../testInvalidResult.pl-PL-dark.png | 4 +- ...testInvalidResult.pl-PL-light-xxxLarge.png | 3 + .../testInvalidResult.pl-PL-light.png | 4 +- ...tInvalidResult.pl-PL-pad-dark-xxxLarge.png | 3 + .../testInvalidResult.pl-PL-pad-dark.png | 4 +- ...InvalidResult.pl-PL-pad-light-xxxLarge.png | 3 + .../testInvalidResult.pl-PL-pad-light.png | 4 +- ...kWordsButtonResult.en-US-dark-xxxLarge.png | 3 + ...ltWithRackWordsButtonResult.en-US-dark.png | 4 +- ...WordsButtonResult.en-US-light-xxxLarge.png | 3 + ...tWithRackWordsButtonResult.en-US-light.png | 4 +- ...dsButtonResult.en-US-pad-dark-xxxLarge.png | 3 + ...thRackWordsButtonResult.en-US-pad-dark.png | 4 +- ...sButtonResult.en-US-pad-light-xxxLarge.png | 3 + ...hRackWordsButtonResult.en-US-pad-light.png | 4 +- ...kWordsButtonResult.fr-FR-dark-xxxLarge.png | 3 + ...ltWithRackWordsButtonResult.fr-FR-dark.png | 4 +- ...WordsButtonResult.fr-FR-light-xxxLarge.png | 3 + ...tWithRackWordsButtonResult.fr-FR-light.png | 4 +- ...dsButtonResult.fr-FR-pad-dark-xxxLarge.png | 3 + ...thRackWordsButtonResult.fr-FR-pad-dark.png | 4 +- ...sButtonResult.fr-FR-pad-light-xxxLarge.png | 3 + ...hRackWordsButtonResult.fr-FR-pad-light.png | 4 +- ...kWordsButtonResult.pl-PL-dark-xxxLarge.png | 3 + ...ltWithRackWordsButtonResult.pl-PL-dark.png | 4 +- ...WordsButtonResult.pl-PL-light-xxxLarge.png | 3 + ...tWithRackWordsButtonResult.pl-PL-light.png | 4 +- ...dsButtonResult.pl-PL-pad-dark-xxxLarge.png | 3 + ...thRackWordsButtonResult.pl-PL-pad-dark.png | 4 +- ...sButtonResult.pl-PL-pad-light-xxxLarge.png | 3 + ...hRackWordsButtonResult.pl-PL-pad-light.png | 4 +- ...testResultSkeleton.en-US-dark-xxxLarge.png | 3 + .../testResultSkeleton.en-US-dark.png | 4 +- ...estResultSkeleton.en-US-light-xxxLarge.png | 3 + .../testResultSkeleton.en-US-light.png | 4 +- ...ResultSkeleton.en-US-pad-dark-xxxLarge.png | 3 + .../testResultSkeleton.en-US-pad-dark.png | 4 +- ...esultSkeleton.en-US-pad-light-xxxLarge.png | 3 + .../testResultSkeleton.en-US-pad-light.png | 4 +- ...testResultSkeleton.fr-FR-dark-xxxLarge.png | 3 + .../testResultSkeleton.fr-FR-dark.png | 4 +- ...estResultSkeleton.fr-FR-light-xxxLarge.png | 3 + .../testResultSkeleton.fr-FR-light.png | 4 +- ...ResultSkeleton.fr-FR-pad-dark-xxxLarge.png | 3 + .../testResultSkeleton.fr-FR-pad-dark.png | 4 +- ...esultSkeleton.fr-FR-pad-light-xxxLarge.png | 3 + .../testResultSkeleton.fr-FR-pad-light.png | 4 +- ...testResultSkeleton.pl-PL-dark-xxxLarge.png | 3 + .../testResultSkeleton.pl-PL-dark.png | 4 +- ...estResultSkeleton.pl-PL-light-xxxLarge.png | 3 + .../testResultSkeleton.pl-PL-light.png | 4 +- ...ResultSkeleton.pl-PL-pad-dark-xxxLarge.png | 3 + .../testResultSkeleton.pl-PL-pad-dark.png | 4 +- ...esultSkeleton.pl-PL-pad-light-xxxLarge.png | 3 + .../testResultSkeleton.pl-PL-pad-light.png | 4 +- ...ithRackWordsButton.en-US-dark-xxxLarge.png | 3 + ...SkeletonWithRackWordsButton.en-US-dark.png | 4 +- ...thRackWordsButton.en-US-light-xxxLarge.png | 3 + ...keletonWithRackWordsButton.en-US-light.png | 4 +- ...ackWordsButton.en-US-pad-dark-xxxLarge.png | 3 + ...etonWithRackWordsButton.en-US-pad-dark.png | 4 +- ...ckWordsButton.en-US-pad-light-xxxLarge.png | 3 + ...tonWithRackWordsButton.en-US-pad-light.png | 4 +- ...ithRackWordsButton.fr-FR-dark-xxxLarge.png | 3 + ...SkeletonWithRackWordsButton.fr-FR-dark.png | 4 +- ...thRackWordsButton.fr-FR-light-xxxLarge.png | 3 + ...keletonWithRackWordsButton.fr-FR-light.png | 4 +- ...ackWordsButton.fr-FR-pad-dark-xxxLarge.png | 3 + ...etonWithRackWordsButton.fr-FR-pad-dark.png | 4 +- ...ckWordsButton.fr-FR-pad-light-xxxLarge.png | 3 + ...tonWithRackWordsButton.fr-FR-pad-light.png | 4 +- ...ithRackWordsButton.pl-PL-dark-xxxLarge.png | 3 + ...SkeletonWithRackWordsButton.pl-PL-dark.png | 4 +- ...thRackWordsButton.pl-PL-light-xxxLarge.png | 3 + ...keletonWithRackWordsButton.pl-PL-light.png | 4 +- ...ackWordsButton.pl-PL-pad-dark-xxxLarge.png | 3 + ...etonWithRackWordsButton.pl-PL-pad-dark.png | 4 +- ...ckWordsButton.pl-PL-pad-light-xxxLarge.png | 3 + ...tonWithRackWordsButton.pl-PL-pad-light.png | 4 +- ...ModePickerExpanded.en-US-dark-xxxLarge.png | 3 + ...estSearchModePickerExpanded.en-US-dark.png | 4 +- ...odePickerExpanded.en-US-light-xxxLarge.png | 3 + ...stSearchModePickerExpanded.en-US-light.png | 4 +- ...PickerExpanded.en-US-pad-dark-xxxLarge.png | 3 + ...earchModePickerExpanded.en-US-pad-dark.png | 4 +- ...ickerExpanded.en-US-pad-light-xxxLarge.png | 3 + ...archModePickerExpanded.en-US-pad-light.png | 4 +- ...ModePickerExpanded.fr-FR-dark-xxxLarge.png | 3 + ...estSearchModePickerExpanded.fr-FR-dark.png | 4 +- ...odePickerExpanded.fr-FR-light-xxxLarge.png | 3 + ...stSearchModePickerExpanded.fr-FR-light.png | 4 +- ...PickerExpanded.fr-FR-pad-dark-xxxLarge.png | 3 + ...earchModePickerExpanded.fr-FR-pad-dark.png | 4 +- ...ickerExpanded.fr-FR-pad-light-xxxLarge.png | 3 + ...archModePickerExpanded.fr-FR-pad-light.png | 4 +- ...ModePickerExpanded.pl-PL-dark-xxxLarge.png | 3 + ...estSearchModePickerExpanded.pl-PL-dark.png | 4 +- ...odePickerExpanded.pl-PL-light-xxxLarge.png | 3 + ...stSearchModePickerExpanded.pl-PL-light.png | 4 +- ...PickerExpanded.pl-PL-pad-dark-xxxLarge.png | 3 + ...earchModePickerExpanded.pl-PL-pad-dark.png | 4 +- ...ickerExpanded.pl-PL-pad-light-xxxLarge.png | 3 + ...archModePickerExpanded.pl-PL-pad-light.png | 4 +- .../testValidResult.en-US-dark-xxxLarge.png | 3 + .../testValidResult.en-US-dark.png | 4 +- .../testValidResult.en-US-light-xxxLarge.png | 3 + .../testValidResult.en-US-light.png | 4 +- ...estValidResult.en-US-pad-dark-xxxLarge.png | 3 + .../testValidResult.en-US-pad-dark.png | 4 +- ...stValidResult.en-US-pad-light-xxxLarge.png | 3 + .../testValidResult.en-US-pad-light.png | 4 +- .../testValidResult.fr-FR-dark-xxxLarge.png | 3 + .../testValidResult.fr-FR-dark.png | 4 +- .../testValidResult.fr-FR-light-xxxLarge.png | 3 + .../testValidResult.fr-FR-light.png | 4 +- ...estValidResult.fr-FR-pad-dark-xxxLarge.png | 3 + .../testValidResult.fr-FR-pad-dark.png | 4 +- ...stValidResult.fr-FR-pad-light-xxxLarge.png | 3 + .../testValidResult.fr-FR-pad-light.png | 4 +- .../testValidResult.pl-PL-dark-xxxLarge.png | 3 + .../testValidResult.pl-PL-dark.png | 4 +- .../testValidResult.pl-PL-light-xxxLarge.png | 3 + .../testValidResult.pl-PL-light.png | 4 +- ...estValidResult.pl-PL-pad-dark-xxxLarge.png | 3 + .../testValidResult.pl-PL-pad-dark.png | 4 +- ...stValidResult.pl-PL-pad-light-xxxLarge.png | 3 + .../testValidResult.pl-PL-pad-light.png | 4 +- ...ithRackWordsButton.en-US-dark-xxxLarge.png | 3 + ...idResultWithRackWordsButton.en-US-dark.png | 4 +- ...thRackWordsButton.en-US-light-xxxLarge.png | 3 + ...dResultWithRackWordsButton.en-US-light.png | 4 +- ...ackWordsButton.en-US-pad-dark-xxxLarge.png | 3 + ...sultWithRackWordsButton.en-US-pad-dark.png | 4 +- ...ckWordsButton.en-US-pad-light-xxxLarge.png | 3 + ...ultWithRackWordsButton.en-US-pad-light.png | 4 +- ...ithRackWordsButton.fr-FR-dark-xxxLarge.png | 3 + ...idResultWithRackWordsButton.fr-FR-dark.png | 4 +- ...thRackWordsButton.fr-FR-light-xxxLarge.png | 3 + ...dResultWithRackWordsButton.fr-FR-light.png | 4 +- ...ackWordsButton.fr-FR-pad-dark-xxxLarge.png | 3 + ...sultWithRackWordsButton.fr-FR-pad-dark.png | 4 +- ...ckWordsButton.fr-FR-pad-light-xxxLarge.png | 3 + ...ultWithRackWordsButton.fr-FR-pad-light.png | 4 +- ...ithRackWordsButton.pl-PL-dark-xxxLarge.png | 3 + ...idResultWithRackWordsButton.pl-PL-dark.png | 4 +- ...thRackWordsButton.pl-PL-light-xxxLarge.png | 3 + ...dResultWithRackWordsButton.pl-PL-light.png | 4 +- ...ackWordsButton.pl-PL-pad-dark-xxxLarge.png | 3 + ...sultWithRackWordsButton.pl-PL-pad-dark.png | 4 +- ...ckWordsButton.pl-PL-pad-light-xxxLarge.png | 3 + ...ultWithRackWordsButton.pl-PL-pad-light.png | 4 +- .../testWordMatches.en-US-dark-xxxLarge.png | 3 + .../testWordMatches.en-US-dark.png | 4 +- .../testWordMatches.en-US-light-xxxLarge.png | 3 + .../testWordMatches.en-US-light.png | 4 +- ...estWordMatches.en-US-pad-dark-xxxLarge.png | 3 + .../testWordMatches.en-US-pad-dark.png | 4 +- ...stWordMatches.en-US-pad-light-xxxLarge.png | 3 + .../testWordMatches.en-US-pad-light.png | 4 +- .../testWordMatches.fr-FR-dark-xxxLarge.png | 3 + .../testWordMatches.fr-FR-dark.png | 4 +- .../testWordMatches.fr-FR-light-xxxLarge.png | 3 + .../testWordMatches.fr-FR-light.png | 4 +- ...estWordMatches.fr-FR-pad-dark-xxxLarge.png | 3 + .../testWordMatches.fr-FR-pad-dark.png | 4 +- ...stWordMatches.fr-FR-pad-light-xxxLarge.png | 3 + .../testWordMatches.fr-FR-pad-light.png | 4 +- .../testWordMatches.pl-PL-dark-xxxLarge.png | 3 + .../testWordMatches.pl-PL-dark.png | 4 +- .../testWordMatches.pl-PL-light-xxxLarge.png | 3 + .../testWordMatches.pl-PL-light.png | 4 +- ...estWordMatches.pl-PL-pad-dark-xxxLarge.png | 3 + .../testWordMatches.pl-PL-pad-dark.png | 4 +- ...stWordMatches.pl-PL-pad-light-xxxLarge.png | 3 + .../testWordMatches.pl-PL-pad-light.png | 4 +- .../testWordsSkeleton.en-US-dark-xxxLarge.png | 3 + .../testWordsSkeleton.en-US-dark.png | 4 +- ...testWordsSkeleton.en-US-light-xxxLarge.png | 3 + .../testWordsSkeleton.en-US-light.png | 4 +- ...tWordsSkeleton.en-US-pad-dark-xxxLarge.png | 3 + .../testWordsSkeleton.en-US-pad-dark.png | 4 +- ...WordsSkeleton.en-US-pad-light-xxxLarge.png | 3 + .../testWordsSkeleton.en-US-pad-light.png | 4 +- .../testWordsSkeleton.fr-FR-dark-xxxLarge.png | 3 + .../testWordsSkeleton.fr-FR-dark.png | 4 +- ...testWordsSkeleton.fr-FR-light-xxxLarge.png | 3 + .../testWordsSkeleton.fr-FR-light.png | 4 +- ...tWordsSkeleton.fr-FR-pad-dark-xxxLarge.png | 3 + .../testWordsSkeleton.fr-FR-pad-dark.png | 4 +- ...WordsSkeleton.fr-FR-pad-light-xxxLarge.png | 3 + .../testWordsSkeleton.fr-FR-pad-light.png | 4 +- .../testWordsSkeleton.pl-PL-dark-xxxLarge.png | 3 + .../testWordsSkeleton.pl-PL-dark.png | 4 +- ...testWordsSkeleton.pl-PL-light-xxxLarge.png | 3 + .../testWordsSkeleton.pl-PL-light.png | 4 +- ...tWordsSkeleton.pl-PL-pad-dark-xxxLarge.png | 3 + .../testWordsSkeleton.pl-PL-pad-dark.png | 4 +- ...WordsSkeleton.pl-PL-pad-light-xxxLarge.png | 3 + .../testWordsSkeleton.pl-PL-pad-light.png | 4 +- ...tEnglishGBSelected.en-US-dark-xxxLarge.png | 3 + .../testEnglishGBSelected.en-US-dark.png | 4 +- ...EnglishGBSelected.en-US-light-xxxLarge.png | 3 + .../testEnglishGBSelected.en-US-light.png | 4 +- ...lishGBSelected.en-US-pad-dark-xxxLarge.png | 3 + .../testEnglishGBSelected.en-US-pad-dark.png | 4 +- ...ishGBSelected.en-US-pad-light-xxxLarge.png | 3 + .../testEnglishGBSelected.en-US-pad-light.png | 4 +- ...tEnglishGBSelected.fr-FR-dark-xxxLarge.png | 3 + .../testEnglishGBSelected.fr-FR-dark.png | 4 +- ...EnglishGBSelected.fr-FR-light-xxxLarge.png | 3 + .../testEnglishGBSelected.fr-FR-light.png | 4 +- ...lishGBSelected.fr-FR-pad-dark-xxxLarge.png | 3 + .../testEnglishGBSelected.fr-FR-pad-dark.png | 4 +- ...ishGBSelected.fr-FR-pad-light-xxxLarge.png | 3 + .../testEnglishGBSelected.fr-FR-pad-light.png | 4 +- ...tEnglishGBSelected.pl-PL-dark-xxxLarge.png | 3 + .../testEnglishGBSelected.pl-PL-dark.png | 4 +- ...EnglishGBSelected.pl-PL-light-xxxLarge.png | 3 + .../testEnglishGBSelected.pl-PL-light.png | 4 +- ...lishGBSelected.pl-PL-pad-dark-xxxLarge.png | 3 + .../testEnglishGBSelected.pl-PL-pad-dark.png | 4 +- ...ishGBSelected.pl-PL-pad-light-xxxLarge.png | 3 + .../testEnglishGBSelected.pl-PL-pad-light.png | 4 +- ...tEnglishUSSelected.en-US-dark-xxxLarge.png | 3 + .../testEnglishUSSelected.en-US-dark.png | 4 +- ...EnglishUSSelected.en-US-light-xxxLarge.png | 3 + .../testEnglishUSSelected.en-US-light.png | 4 +- ...lishUSSelected.en-US-pad-dark-xxxLarge.png | 3 + .../testEnglishUSSelected.en-US-pad-dark.png | 4 +- ...ishUSSelected.en-US-pad-light-xxxLarge.png | 3 + .../testEnglishUSSelected.en-US-pad-light.png | 4 +- ...tEnglishUSSelected.fr-FR-dark-xxxLarge.png | 3 + .../testEnglishUSSelected.fr-FR-dark.png | 4 +- ...EnglishUSSelected.fr-FR-light-xxxLarge.png | 3 + .../testEnglishUSSelected.fr-FR-light.png | 4 +- ...lishUSSelected.fr-FR-pad-dark-xxxLarge.png | 3 + .../testEnglishUSSelected.fr-FR-pad-dark.png | 4 +- ...ishUSSelected.fr-FR-pad-light-xxxLarge.png | 3 + .../testEnglishUSSelected.fr-FR-pad-light.png | 4 +- ...tEnglishUSSelected.pl-PL-dark-xxxLarge.png | 3 + .../testEnglishUSSelected.pl-PL-dark.png | 4 +- ...EnglishUSSelected.pl-PL-light-xxxLarge.png | 3 + .../testEnglishUSSelected.pl-PL-light.png | 4 +- ...lishUSSelected.pl-PL-pad-dark-xxxLarge.png | 3 + .../testEnglishUSSelected.pl-PL-pad-dark.png | 4 +- ...ishUSSelected.pl-PL-pad-light-xxxLarge.png | 3 + .../testEnglishUSSelected.pl-PL-pad-light.png | 4 +- ...testFrenchSelected.en-US-dark-xxxLarge.png | 3 + .../testFrenchSelected.en-US-dark.png | 4 +- ...estFrenchSelected.en-US-light-xxxLarge.png | 3 + .../testFrenchSelected.en-US-light.png | 4 +- ...FrenchSelected.en-US-pad-dark-xxxLarge.png | 3 + .../testFrenchSelected.en-US-pad-dark.png | 4 +- ...renchSelected.en-US-pad-light-xxxLarge.png | 3 + .../testFrenchSelected.en-US-pad-light.png | 4 +- ...testFrenchSelected.fr-FR-dark-xxxLarge.png | 3 + .../testFrenchSelected.fr-FR-dark.png | 4 +- ...estFrenchSelected.fr-FR-light-xxxLarge.png | 3 + .../testFrenchSelected.fr-FR-light.png | 4 +- ...FrenchSelected.fr-FR-pad-dark-xxxLarge.png | 3 + .../testFrenchSelected.fr-FR-pad-dark.png | 4 +- ...renchSelected.fr-FR-pad-light-xxxLarge.png | 3 + .../testFrenchSelected.fr-FR-pad-light.png | 4 +- ...testFrenchSelected.pl-PL-dark-xxxLarge.png | 3 + .../testFrenchSelected.pl-PL-dark.png | 4 +- ...estFrenchSelected.pl-PL-light-xxxLarge.png | 3 + .../testFrenchSelected.pl-PL-light.png | 4 +- ...FrenchSelected.pl-PL-pad-dark-xxxLarge.png | 3 + .../testFrenchSelected.pl-PL-pad-dark.png | 4 +- ...renchSelected.pl-PL-pad-light-xxxLarge.png | 3 + .../testFrenchSelected.pl-PL-pad-light.png | 4 +- ...testPolishSelected.en-US-dark-xxxLarge.png | 3 + .../testPolishSelected.en-US-dark.png | 4 +- ...estPolishSelected.en-US-light-xxxLarge.png | 3 + .../testPolishSelected.en-US-light.png | 4 +- ...PolishSelected.en-US-pad-dark-xxxLarge.png | 3 + .../testPolishSelected.en-US-pad-dark.png | 4 +- ...olishSelected.en-US-pad-light-xxxLarge.png | 3 + .../testPolishSelected.en-US-pad-light.png | 4 +- ...testPolishSelected.fr-FR-dark-xxxLarge.png | 3 + .../testPolishSelected.fr-FR-dark.png | 4 +- ...estPolishSelected.fr-FR-light-xxxLarge.png | 3 + .../testPolishSelected.fr-FR-light.png | 4 +- ...PolishSelected.fr-FR-pad-dark-xxxLarge.png | 3 + .../testPolishSelected.fr-FR-pad-dark.png | 4 +- ...olishSelected.fr-FR-pad-light-xxxLarge.png | 3 + .../testPolishSelected.fr-FR-pad-light.png | 4 +- ...testPolishSelected.pl-PL-dark-xxxLarge.png | 3 + .../testPolishSelected.pl-PL-dark.png | 4 +- ...estPolishSelected.pl-PL-light-xxxLarge.png | 3 + .../testPolishSelected.pl-PL-light.png | 4 +- ...PolishSelected.pl-PL-pad-dark-xxxLarge.png | 3 + .../testPolishSelected.pl-PL-pad-dark.png | 4 +- ...olishSelected.pl-PL-pad-light-xxxLarge.png | 3 + .../testPolishSelected.pl-PL-pad-light.png | 4 +- .../Support/SnapshotTestingSupport.swift | 80 +++++++---- 386 files changed, 1382 insertions(+), 632 deletions(-) create mode 100644 Scrabbdict/Extensions/Bundle+Extension.swift delete mode 100644 Scrabbdict/Extensions/Font+Extension.swift create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark-xxxLarge.png create mode 100644 ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light-xxxLarge.png diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/1BBF5C40-CB0D-4FC3-A298-382A64CC634D.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/1BBF5C40-CB0D-4FC3-A298-382A64CC634D.png index 4a5b897..486a811 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/1BBF5C40-CB0D-4FC3-A298-382A64CC634D.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/1BBF5C40-CB0D-4FC3-A298-382A64CC634D.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1fa6d5a0978740bbf02548368523be342bec63155e3103594ae85f24ddf32a0 -size 888128 +oid sha256:25ea89a2de1b66cfd3dcaa7cf7fab0d0388345b9803ac9bd176a7a8827d6778b +size 831328 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/4C10B9BF-BCD8-4C27-B92D-12A7CC7540A9.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/4C10B9BF-BCD8-4C27-B92D-12A7CC7540A9.png index ac65555..4c0941d 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/4C10B9BF-BCD8-4C27-B92D-12A7CC7540A9.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/4C10B9BF-BCD8-4C27-B92D-12A7CC7540A9.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f32a74456e15a1e2d7142bb6d55df6df14d10dc412610e4287f3f31e7bb53ba9 -size 909990 +oid sha256:1d1cd12de9721018e384ef81aa561a0243dbff30259f22c82aa196b10e53db85 +size 948906 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/60639882-7F0A-4F0D-9345-D11AF2CE5EF4.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/60639882-7F0A-4F0D-9345-D11AF2CE5EF4.png index c33c74d..04ad19b 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/60639882-7F0A-4F0D-9345-D11AF2CE5EF4.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/60639882-7F0A-4F0D-9345-D11AF2CE5EF4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d147980eca03bed7e9d85b80bd599b8dc1fc637c8243139598e6b183483d45f -size 69495 +oid sha256:54a1d62dcf03c1e1b0b7995f1f30764d6b1f03a36f07a669f83f6abfc854a41c +size 69015 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/AE47019C-73E8-4C0B-A949-31C0CC8131EA.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/AE47019C-73E8-4C0B-A949-31C0CC8131EA.png index f6607f9..4580d2d 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/AE47019C-73E8-4C0B-A949-31C0CC8131EA.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/AE47019C-73E8-4C0B-A949-31C0CC8131EA.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83247025d3fa2acc2484f180fc357aec5cf7151de4a51be0165eebc7b80b5731 -size 879238 +oid sha256:8d82f5f23a752f2d2d794335102b065a93d34ec48b60184f26b74a8693f978dc +size 775324 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/BB2803F8-F89B-400B-ABAA-606745207C8A.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/BB2803F8-F89B-400B-ABAA-606745207C8A.png index d153410..0b4b515 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/BB2803F8-F89B-400B-ABAA-606745207C8A.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/BB2803F8-F89B-400B-ABAA-606745207C8A.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73a8a6dfd259da1133778d0be35974e2a884ac2ae2f0f6f1152e3d130db73795 -size 1090498 +oid sha256:942edb8e18dde099ba7af557401729b1ecf1535499fc25438480d62225a397a1 +size 947557 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/D18F3EAC-E02A-4BD2-A4EF-632D16A38FB4.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/D18F3EAC-E02A-4BD2-A4EF-632D16A38FB4.png index ea46c74..50c4f75 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/D18F3EAC-E02A-4BD2-A4EF-632D16A38FB4.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/D18F3EAC-E02A-4BD2-A4EF-632D16A38FB4.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a59dfc1c5acc7ee9611fed7abf46004b7cb5791afc1c35ac08eb06a4e4e4bd6 -size 981889 +oid sha256:0708b4a413e290e007bfef6a4f166d7259dd95570d278225ad46a590a0ea45c7 +size 878906 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/D815C259-B643-4534-A59B-2758C74A9F2A.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/D815C259-B643-4534-A59B-2758C74A9F2A.png index 2189c75..e3dd9b4 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/D815C259-B643-4534-A59B-2758C74A9F2A.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/D815C259-B643-4534-A59B-2758C74A9F2A.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da91e133e1d89556b5021c87763610a44ed59a98ed98cb675e3f453ac8cc948a -size 1053122 +oid sha256:2257784282625d81222c294f6b52c421b4099ebd35846f851a4525fba6564aee +size 994191 diff --git a/Marketing/AppStore/Scrabbdict.butterkit/Assets/E687975C-1617-4B64-AA6F-890F05F81FCE.png b/Marketing/AppStore/Scrabbdict.butterkit/Assets/E687975C-1617-4B64-AA6F-890F05F81FCE.png index 95700bc..831d6de 100644 --- a/Marketing/AppStore/Scrabbdict.butterkit/Assets/E687975C-1617-4B64-AA6F-890F05F81FCE.png +++ b/Marketing/AppStore/Scrabbdict.butterkit/Assets/E687975C-1617-4B64-AA6F-890F05F81FCE.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2915601418dc11276000ca76ee5b842ff7d269c0e7119bdde7f759125f976f56 -size 1352710 +oid sha256:c69db233e1bd67396d79965813ec0c16940f3e39de177b0de50721e33665d9ba +size 1552201 diff --git a/Scrabbdict/Extensions/Bundle+Extension.swift b/Scrabbdict/Extensions/Bundle+Extension.swift new file mode 100644 index 0000000..1b4bf14 --- /dev/null +++ b/Scrabbdict/Extensions/Bundle+Extension.swift @@ -0,0 +1,26 @@ +// +// Scrabbdict +// Copyright © 2026 Piotr Sochalewski. +// Licensed under the Apache License, Version 2.0. +// + +import Foundation + +extension Bundle { + static func localizationBundle(for locale: Locale) -> Bundle { + guard + let languageCode = locale.language.languageCode?.identifier, + let path = Bundle.main.path(forResource: languageCode, ofType: "lproj"), + let bundle = Bundle(path: path) + else { + return .main + } + + return bundle + } + + func localizedString(forKey key: String, locale: Locale, arguments: CVarArg...) -> String { + let format = localizedString(forKey: key, value: nil, table: nil) + return String(format: format, locale: locale, arguments: arguments) + } +} diff --git a/Scrabbdict/Extensions/Font+Extension.swift b/Scrabbdict/Extensions/Font+Extension.swift deleted file mode 100644 index 3501819..0000000 --- a/Scrabbdict/Extensions/Font+Extension.swift +++ /dev/null @@ -1,13 +0,0 @@ -// -// Scrabbdict -// Copyright © 2026 Piotr Sochalewski. -// Licensed under the Apache License, Version 2.0. -// - -import SwiftUI - -extension Font { - static func futuraBold(size: CGFloat) -> Font { - .custom("Futura-Bold", size: size, relativeTo: .title2) - } -} diff --git a/Scrabbdict/Models/SearchMode.swift b/Scrabbdict/Models/SearchMode.swift index d79db86..8e28ca6 100644 --- a/Scrabbdict/Models/SearchMode.swift +++ b/Scrabbdict/Models/SearchMode.swift @@ -27,6 +27,11 @@ enum SearchMode: Int, CaseIterable, Hashable, Sendable { } } + var accessibilityDescription: String { + String(localized: description) + .replacingOccurrences(of: "?", with: String(localized: .searchModeQuestionMark)) + } + var name: String { switch self { case .auto: "auto" diff --git a/Scrabbdict/Modules/App/ScrabbdictApp.swift b/Scrabbdict/Modules/App/ScrabbdictApp.swift index 24aacda..701c3a9 100644 --- a/Scrabbdict/Modules/App/ScrabbdictApp.swift +++ b/Scrabbdict/Modules/App/ScrabbdictApp.swift @@ -18,6 +18,37 @@ struct ScrabbdictApp: App { ScrabbdictFeature() } ) + #if DEBUG && targetEnvironment(simulator) + .dynamicTypeSizeOverlay() + #endif } } } + +#if DEBUG && targetEnvironment(simulator) + private extension View { + func dynamicTypeSizeOverlay() -> some View { + modifier(DynamicTypeSizeOverlayModifier()) + } + } + + private struct DynamicTypeSizeOverlayModifier: ViewModifier { + @Environment(\.dynamicTypeSize) var dynamicTypeSize + + func body(content: Content) -> some View { + content + .overlay(alignment: .topLeading) { + Text(verbatim: .init(describing: dynamicTypeSize)) + .font(.system(size: 12).monospaced()) + .foregroundStyle(Color.white) + .padding(.horizontal, 8) + .padding(.vertical, 4) + .background(Color.black.opacity(0.72), in: .capsule) + .padding(12) + .opacity(dynamicTypeSize == .large ? 0 : 1) + .allowsHitTesting(false) + .accessibilityHidden(true) + } + } + } +#endif diff --git a/Scrabbdict/Modules/Scrabbdict/ScrabbdictView.swift b/Scrabbdict/Modules/Scrabbdict/ScrabbdictView.swift index 3be0b95..0d19727 100644 --- a/Scrabbdict/Modules/Scrabbdict/ScrabbdictView.swift +++ b/Scrabbdict/Modules/Scrabbdict/ScrabbdictView.swift @@ -13,15 +13,32 @@ struct ScrabbdictView: View { @FocusState var isSearchFocused: Bool @Environment(\.horizontalSizeClass) var horizontalSizeClass + private var contentMaxWidth: CGFloat { + horizontalSizeClass == .regular ? 560 : .infinity + } + var body: some View { NavigationStack { content + .onAppear { send(.loaded) } .navigationTitle(.init(verbatim: "")) .navigationBarTitleDisplayMode(.inline) .toolbar { titleToolbar settingsToolbar } + .bind($store.isSearchFocused, to: $isSearchFocused) + .alert(item: $store.alert) { alert in + Alert( + title: Text(alert.title), + message: Text(alert.message), + dismissButton: .default(Text(.alertOk)) + ) + } + .sheet(item: $store.scope(state: \.destination?.settings, action: \.destination.settings)) { settingsStore in + SettingsView(store: settingsStore) + .presentationDetents(horizontalSizeClass == .regular ? [.large] : [.medium, .large]) + } } .tint(Color.brandAccent) } @@ -50,7 +67,7 @@ private extension ScrabbdictView { Text(verbatim: "dict") .foregroundStyle(Color.brandAccent) } - .font(.system(size: 24, weight: .bold)) + .font(.title2.weight(.bold)) .lineLimit(1) .accessibilityElement(children: .ignore) .accessibilityLabel(.init(verbatim: "Scrabbdict")) @@ -58,47 +75,36 @@ private extension ScrabbdictView { } var content: some View { - VStack(spacing: 32) { - SearchBarView( - text: $store.query, - searchMode: $store.searchMode, - isSearchModePickerExpanded: $store.isSearchModePickerExpanded, - isFocused: $isSearchFocused, - onClear: { send(.clearButtonTapped) }, - onSearchModePickerTapped: { send(.searchModePickerTapped) }, - onSearchModeSelected: { send(.searchModeSelected($0)) }, - onSearch: { send(.searchButtonTapped) } - ) - .zIndex(1) + GeometryReader { proxy in + ZStack { + ScrabbleTableBackground() - resultArea - .animation(.easeOut(duration: 0.12), value: store.search) - .zIndex(0) + VStack(spacing: 32) { + SearchBarView( + text: $store.query, + searchMode: $store.searchMode, + isSearchModePickerExpanded: $store.isSearchModePickerExpanded, + isFocused: $isSearchFocused, + onClear: { send(.clearButtonTapped) }, + onSearchModePickerTapped: { send(.searchModePickerTapped) }, + onSearchModeSelected: { send(.searchModeSelected($0)) }, + onSearch: { send(.searchButtonTapped) }, + searchModePickerAvailableHeight: proxy.size.height + ) + .dynamicTypeSize(...DynamicTypeSize.xxxLarge) + .zIndex(1) + + resultArea + .animation(.easeOut(duration: 0.12), value: store.search) + .zIndex(0) + } + .padding(.horizontal, 26) + .frame(maxWidth: contentMaxWidth, maxHeight: .infinity, alignment: .top) + } } - .padding(.horizontal, 16) - .frame(maxWidth: 420, maxHeight: .infinity, alignment: .top) .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .top) - .background(background) .ignoresSafeArea(.keyboard, edges: .bottom) - .contentShape(Rectangle()) .onTapGesture { send(.backgroundTapped) } - .bind($store.isSearchFocused, to: $isSearchFocused) - .onAppear { send(.loaded) } - .alert(item: $store.alert) { alert in - Alert( - title: Text(alert.title), - message: Text(alert.message), - dismissButton: .default(Text(.alertOk)) - ) - } - .sheet(item: $store.scope(state: \.destination?.settings, action: \.destination.settings)) { settingsStore in - SettingsView(store: settingsStore) - .presentationDetents(horizontalSizeClass == .regular ? [.large] : [.medium, .large]) - } - } - - var background: some View { - ScrabbleTableBackground() } var settingsButton: some View { @@ -121,14 +127,8 @@ private extension ScrabbdictView { SearchSkeletonView(variant: searchSkeletonVariant) .transition(.opacity) } else if let result = store.result { - VStack(spacing: 24) { - ResultCardView(result: result) - - if store.showsRackWordsButton { - rackWordsButton - } - } - .transition(.opacity) + resultCardArea(result: result) + .transition(.opacity) } else if !store.words.isEmpty { WordsListView(words: store.words) .transition(.opacity) @@ -140,6 +140,22 @@ private extension ScrabbdictView { } } + func resultCardArea(result: ValidatorResult) -> some View { + ScrollView(.vertical) { + VStack(spacing: 24) { + ResultCardView(result: result) + + if store.showsRackWordsButton { + rackWordsButton + } + } + .frame(maxWidth: .infinity) + .padding(.bottom, 24) + } + .scrollBounceBehavior(.basedOnSize) + .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .top) + } + var rackWordsButton: some View { RackWordsButton { send(.rackWordsButtonTapped) diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/EmptySearchResultView.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/EmptySearchResultView.swift index 9456338..d667622 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/EmptySearchResultView.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/EmptySearchResultView.swift @@ -12,23 +12,23 @@ struct EmptySearchResultView: View { var body: some View { VStack(spacing: 10) { Image(systemName: "magnifyingglass") - .font(.system(size: 28, weight: .semibold)) + .font(.title.weight(.semibold)) .foregroundStyle(Color.secondaryText) .frame(width: 44, height: 44) Text(result.title) - .font(.system(size: 18, weight: .semibold)) + .font(.headline.weight(.semibold)) .foregroundStyle(Color.primaryInk) Text(result.message) - .font(.system(size: 15, weight: .medium)) + .font(.subheadline.weight(.medium)) .foregroundStyle(Color.secondaryText) - .multilineTextAlignment(.center) .fixedSize(horizontal: false, vertical: true) } + .multilineTextAlignment(.center) .padding(.horizontal, 24) .padding(.vertical, 28) - .frame(maxWidth: 337) + .frame(maxWidth: .infinity) } } diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/RackWordsButton.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/RackWordsButton.swift index b674986..f7df1d1 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/RackWordsButton.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/RackWordsButton.swift @@ -12,14 +12,15 @@ struct RackWordsButton: View { var body: some View { Button(action: action) { Label(.rackWordsButtonTitle, systemImage: "magnifyingglass") - .font(.system(size: 16, weight: .semibold)) + .font(.callout.weight(.semibold)) .foregroundStyle(.white) + .padding(14) .frame(maxWidth: 268) - .frame(height: 46) - .background(Color.brandAccent, in: RoundedRectangle(cornerRadius: 23, style: .continuous)) - .shadow(color: Color.appShadow, radius: 10, x: 0, y: 5) + .background(Color.brandAccent) + .clipShape(.capsule) } .buttonStyle(.plain) + .shadow(color: Color.appShadow, radius: 10, x: 0, y: 5) } } diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/ResultCardView.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/ResultCardView.swift index 4108e4d..bd0326c 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/ResultCardView.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/ResultCardView.swift @@ -8,6 +8,8 @@ import Foundation import SwiftUI struct ResultCardView: View { + @Environment(\.locale) var locale + let result: ValidatorResult private var resultTitle: LocalizedStringResource { @@ -43,34 +45,36 @@ struct ResultCardView: View { var body: some View { VStack(spacing: 0) { Text(.resultCaption) - .font(.system(size: 14, weight: .semibold)) + .font(.subheadline.weight(.semibold)) .foregroundStyle(Color.resultCaption) Text(resultTitle) - .font(.futuraBold(size: 30)) + .font(.title.weight(.black)) .foregroundStyle(resultColor) if case let .valid(points) = result { Divider() - .frame(width: 168, height: 1) + .frame(height: 1) .overlay(Color.divider) + .padding(.horizontal, 16) .padding(.vertical, 12) Text(verbatim: "\(points)") - .font(.futuraBold(size: 30)) + .font(.title.weight(.black)) .foregroundStyle(Color.resultBlue) Text(verbatim: localizedPointNoun(for: points)) - .font(.system(size: 14, weight: .semibold)) + .font(.subheadline.weight(.semibold)) .foregroundStyle(Color.resultCaption) } } - .lineLimit(1) + .multilineTextAlignment(.center) .padding(.vertical, resultVerticalPadding) + .padding(.horizontal, 16) .frame(width: 268) - .background(Color.elevatedSurface, in: RoundedRectangle(cornerRadius: 18, style: .continuous)) + .background(Color.elevatedSurface, in: .rect(cornerRadius: 18)) .overlay( - RoundedRectangle(cornerRadius: 18, style: .continuous) + RoundedRectangle(cornerRadius: 18) .stroke(Color.surfaceStroke, lineWidth: 1) ) .shadow(color: Color.appShadow, radius: 17, x: 0, y: 14) @@ -79,10 +83,15 @@ struct ResultCardView: View { } private func localizedPointNoun(for points: Int) -> String { - String(localized: .resultPoints(points)) + localizedResultPoints(for: points, locale: locale) .replacingOccurrences(of: #"\[[^\]]*\]"#, with: "", options: .regularExpression) .trimmingCharacters(in: .whitespacesAndNewlines) } + + private func localizedResultPoints(for points: Int, locale: Locale) -> String { + Bundle.localizationBundle(for: locale) + .localizedString(forKey: "result.points", locale: locale, arguments: points) + } } #Preview { diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/ScrabbleTableBackground.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/ScrabbleTableBackground.swift index a4e031d..fe8f1d9 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/ScrabbleTableBackground.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/ScrabbleTableBackground.swift @@ -9,6 +9,31 @@ import SwiftUI struct ScrabbleTableBackground: View { var body: some View { GeometryReader { proxy in + let boardWidth = min(proxy.size.width * 0.60, 340) + let boardHeight = boardWidth * 7 / 6 + let boardRotation = Angle.degrees(-11) + let rotationRadians = CGFloat(-11 * Double.pi / 180) + let cosRotation = cos(rotationRadians) + let sinRotation = sin(rotationRadians) + let halfBoardWidth = boardWidth / 2 + let halfBoardHeight = boardHeight / 2 + let topLeftOffset = CGPoint( + x: cosRotation * -halfBoardWidth - sinRotation * -halfBoardHeight, + y: sinRotation * -halfBoardWidth + cosRotation * -halfBoardHeight + ) + let topRightOffset = CGPoint( + x: cosRotation * halfBoardWidth - sinRotation * -halfBoardHeight, + y: sinRotation * halfBoardWidth + cosRotation * -halfBoardHeight + ) + let bottomLeftOffset = CGPoint( + x: cosRotation * -halfBoardWidth - sinRotation * halfBoardHeight, + y: sinRotation * -halfBoardWidth + cosRotation * halfBoardHeight + ) + let bottomRightOffset = CGPoint( + x: cosRotation * halfBoardWidth - sinRotation * halfBoardHeight, + y: sinRotation * halfBoardWidth + cosRotation * halfBoardHeight + ) + ZStack { tableBase @@ -20,30 +45,36 @@ struct ScrabbleTableBackground: View { bonuses: [ ScrabbleBackgroundBonus(column: 2, row: 1, color: Color.TableBackground.bonusBlue), ScrabbleBackgroundBonus(column: 1, row: 4, color: Color.TableBackground.bonusRed) - ] + ], + gridFade: .topLeading + ) + .frame(width: boardWidth, height: boardHeight) + .rotationEffect(boardRotation) + .position( + x: -bottomLeftOffset.x, + y: -topLeftOffset.y ) - .frame(width: proxy.size.width * 0.58, height: proxy.size.width * 0.77) - .rotationEffect(.degrees(-11)) - .position(x: proxy.size.width * 0.28, y: proxy.size.height * 0.17) ScrabbleCornerBoard( tiles: [ - ScrabbleBackgroundTile(letter: "B", points: 3, column: 2, row: 3), + ScrabbleBackgroundTile(letter: "B", points: 3, column: 5, row: 1), ScrabbleBackgroundTile(letter: "L", points: 1, column: 4, row: 4) ], bonuses: [ - ScrabbleBackgroundBonus(column: 1, row: 4, color: Color.TableBackground.bonusBlue), ScrabbleBackgroundBonus(column: 4, row: 3, color: Color.TableBackground.bonusRed), - ScrabbleBackgroundBonus(column: 5, row: 4, color: Color.TableBackground.bonusBlue) - ] + ScrabbleBackgroundBonus(column: 5, row: 2, color: Color.TableBackground.bonusBlue) + ], + gridFade: .bottomTrailing + ) + .frame(width: boardWidth, height: boardHeight) + .rotationEffect(boardRotation) + .position( + x: proxy.size.width - topRightOffset.x, + y: proxy.size.height - bottomRightOffset.y ) - .frame(width: proxy.size.width * 0.60, height: proxy.size.width * 0.80) - .rotationEffect(.degrees(-11)) - .position(x: proxy.size.width * 0.82, y: proxy.size.height * 0.89) centerVeil } - .frame(width: proxy.size.width, height: proxy.size.height) } .ignoresSafeArea() .accessibilityHidden(true) @@ -90,42 +121,50 @@ struct ScrabbleTableBackground: View { private struct ScrabbleCornerBoard: View { let tiles: [ScrabbleBackgroundTile] let bonuses: [ScrabbleBackgroundBonus] + let gridFade: ScrabbleGridFade var body: some View { GeometryReader { proxy in let cell = proxy.size.width / 6 + let boardWidth = cell * 6 + let boardHeight = cell * 7 ZStack(alignment: .topLeading) { - // Grid cells - ForEach(0..<6, id: \.self) { column in - ForEach(0..<7, id: \.self) { row in - RoundedRectangle(cornerRadius: 4.5, style: .continuous) - .stroke( - Color.TableBackground.boardGrid, - lineWidth: 0.8 - ) - .background(Color.clear) - .frame(width: cell, height: cell) - .position(x: CGFloat(column) * cell + cell / 2, y: CGFloat(row) * cell + cell / 2) + ZStack(alignment: .topLeading) { + ForEach(0...7, id: \.self) { row in + Path { path in + let y = CGFloat(row) * cell + path.move(to: CGPoint(x: 0, y: y)) + path.addLine(to: CGPoint(x: boardWidth, y: y)) + } + .stroke(Color.TableBackground.boardGrid, lineWidth: 0.8) + } + + ForEach(0...6, id: \.self) { column in + Path { path in + let x = CGFloat(column) * cell + path.move(to: CGPoint(x: x, y: 0)) + path.addLine(to: CGPoint(x: x, y: boardHeight)) + } + .stroke(Color.TableBackground.boardGrid, lineWidth: 0.8) } } + .mask(gridFade.mask) - // Premium bonus squares (blue and red tiles with soft watercolor/stamp glow effect as in the image) ForEach(bonuses) { bonus in ZStack { PremiumSquare() .fill(bonus.color) - .blur(radius: 2.8) // Soft glow to blend into the board + .blur(radius: 2.8) PremiumSquare() .stroke(Color.TableBackground.bonusStroke, lineWidth: 1.0) - .blur(radius: 0.6) // Slightly soften the white border + .blur(radius: 0.6) } .frame(width: cell * 1.04, height: cell * 1.04) .position(x: CGFloat(bonus.column) * cell + cell / 2, y: CGFloat(bonus.row) * cell + cell / 2) } - // Letter tiles (completely sharp, crisp, and three-dimensional) ForEach(tiles) { tile in ScrabbleBackgroundLetterTile(letter: tile.letter, points: tile.points) .frame(width: cell * 0.97, height: cell * 0.97) @@ -136,6 +175,37 @@ private struct ScrabbleCornerBoard: View { } } +private enum ScrabbleGridFade { + case topLeading + case bottomTrailing + + private var startPoint: UnitPoint { + switch self { + case .topLeading: + .topLeading + case .bottomTrailing: + .bottomTrailing + } + } + + private var endPoint: UnitPoint { + switch self { + case .topLeading: + .bottomTrailing + case .bottomTrailing: + .topLeading + } + } + + var mask: some View { + LinearGradient( + colors: [.black, .clear], + startPoint: startPoint, + endPoint: endPoint + ) + } +} + private struct ScrabbleBackgroundLetterTile: View { let letter: String let points: Int @@ -145,7 +215,7 @@ private struct ScrabbleBackgroundLetterTile: View { let cornerRadius = proxy.size.width * 0.14 ZStack(alignment: .bottomTrailing) { // Tile base with ivory gradient - RoundedRectangle(cornerRadius: cornerRadius, style: .continuous) + RoundedRectangle(cornerRadius: cornerRadius) .fill( LinearGradient( colors: [ @@ -158,14 +228,14 @@ private struct ScrabbleBackgroundLetterTile: View { ) // Outer subtle border - RoundedRectangle(cornerRadius: cornerRadius, style: .continuous) + RoundedRectangle(cornerRadius: cornerRadius) .stroke( Color.TableBackground.tileStroke, lineWidth: 0.8 ) // Inner 3D bevel highlight - RoundedRectangle(cornerRadius: cornerRadius, style: .continuous) + RoundedRectangle(cornerRadius: cornerRadius) .strokeBorder( LinearGradient( colors: [ diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/SearchBarView.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/SearchBarView.swift index 153f03c..271915b 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/SearchBarView.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/SearchBarView.swift @@ -16,35 +16,43 @@ struct SearchBarView: View { let onSearchModePickerTapped: () -> Void let onSearchModeSelected: (SearchMode) -> Void let onSearch: () -> Void + let searchModePickerAvailableHeight: CGFloat + + @ScaledMetric(relativeTo: .title2) var searchFieldHeight: CGFloat = 52 + @ScaledMetric(relativeTo: .title2) var pickerTopPadding: CGFloat = 60 + @ScaledMetric(relativeTo: .title2) var clearButtonSize: CGFloat = 32 + @ScaledMetric(relativeTo: .title2) var actionButtonSize: CGFloat = 42 + + private var searchModePickerMaxHeight: CGFloat { + max(120, searchModePickerAvailableHeight - pickerTopPadding - 16) + } var body: some View { searchField .overlay(alignment: .top) { if isSearchModePickerExpanded { searchModePicker - .padding(.top, 52) + .padding(.top, pickerTopPadding) .transition(.opacity.combined(with: .offset(y: -8))) } } - .frame(maxWidth: 320) + .frame(maxWidth: .infinity) .animation(.easeOut(duration: 0.12), value: isFocused) .animation(.easeInOut(duration: 0.18), value: isSearchModePickerExpanded) } private var searchField: some View { - HStack(spacing: 7) { + HStack(spacing: (searchFieldHeight - actionButtonSize) / 2) { textField - searchModeButton - searchButton } - .padding(.leading, 4) - .padding(.trailing, 6) - .frame(height: 44) - .background(Color.surface, in: RoundedRectangle(cornerRadius: 22, style: .continuous)) + .padding(.horizontal, (searchFieldHeight - actionButtonSize) / 2) + .frame(height: searchFieldHeight) + .background(Color.surface) + .clipShape(Capsule(style: .circular)) .overlay( - RoundedRectangle(cornerRadius: 22, style: .continuous) + Capsule(style: .circular) .stroke(Color.surfaceStroke, lineWidth: 1) ) .shadow(color: Color.appShadow, radius: 18, x: 0, y: 8) @@ -53,15 +61,25 @@ struct SearchBarView: View { private var searchModePicker: some View { SearchModePickerView( searchMode: searchMode, + maxHeight: searchModePickerMaxHeight, onSearchModeSelected: onSearchModeSelected ) + .frame(maxWidth: .infinity) } private var textField: some View { + HStack(spacing: 0) { + searchTextField + textFieldTrailingControl + } + } + + private var searchTextField: some View { TextField(text: $text) { Text(verbatim: "") } - .font(.system(size: 21, weight: .medium)) + .font(.title2.weight(.medium)) + .frame(maxWidth: .infinity, maxHeight: .infinity) .foregroundStyle(Color.primaryInk) .tint(Color.brandAccent) .multilineTextAlignment(.center) @@ -70,56 +88,43 @@ struct SearchBarView: View { .submitLabel(.search) .focused($isFocused) .onSubmit(onSearch) - .padding(.trailing, text.isEmpty || !isFocused ? 0 : 30) - .frame(height: 38) + .contentShape(.rect) .accessibilityLabel(.searchFieldAccessibilityLabel) + .onTapGesture { + isFocused = true + } .onChange(of: text) { _, newValue in text = newValue.sanitizedWordQuery } - .overlay(alignment: .trailing) { - textFieldTrailingControl - } } @ViewBuilder private var textFieldTrailingControl: some View { - if !text.isEmpty { - if isFocused { - clearButton - } else { - focusTapTarget - } + if isFocused, !text.isEmpty { + clearButton } } private var clearButton: some View { Button(action: onClear) { Image(systemName: "xmark.circle.fill") - .font(.system(size: 17, weight: .semibold)) + .font(.subheadline.weight(.semibold)) .foregroundStyle(Color.secondaryText) - .frame(width: 30, height: 30) + .frame(width: clearButtonSize) + .frame(maxHeight: .infinity) + .contentShape(.rect) } .buttonStyle(.plain) .accessibilityLabel(.searchFieldClear) } - private var focusTapTarget: some View { - Color.clear - .frame(width: 30, height: 38) - .contentShape(Rectangle()) - .onTapGesture { - isFocused = true - } - .accessibilityHidden(true) - } - private var searchModeButton: some View { Button(action: onSearchModePickerTapped) { Image(systemName: "chevron.down") - .font(.system(size: 14, weight: .bold)) + .font(.subheadline.weight(.bold)) .foregroundStyle(Color.brandAccent) - .frame(width: 34, height: 34) - .background(Color.brandAccent.opacity(0.12), in: Circle()) + .frame(width: actionButtonSize, height: actionButtonSize) + .background(Color.brandAccent.opacity(0.12), in: .circle) .rotationEffect(.degrees(isSearchModePickerExpanded ? 180 : 0)) } .buttonStyle(.plain) @@ -130,16 +135,14 @@ struct SearchBarView: View { private var searchButton: some View { Button(action: onSearch) { Image(systemName: "magnifyingglass") - .resizable() - .scaledToFit() - .font(.system(size: 18, weight: .semibold)) - .frame(width: 18, height: 18) - .foregroundStyle(Color.white.opacity(text.isEmpty ? 0.65 : 1)) - .frame(width: 34, height: 34) - .background(Color.brandAccent.opacity(text.isEmpty ? 0.35 : 1), in: Circle()) - .shadow(color: Color.appShadow.opacity(text.isEmpty ? 0 : 1), radius: 8, x: 0, y: 3) + .font(.title3.weight(.semibold)) + .foregroundStyle(Color.white) + .frame(width: actionButtonSize, height: actionButtonSize) + .background(Color.brandAccent, in: .circle) } + .buttonStyle(.plain) .disabled(text.isEmpty) + .shadow(color: Color.appShadow, radius: 8, x: 0, y: 3) .accessibilityLabel(.searchButtonAccessibilityLabel) } } @@ -160,7 +163,8 @@ struct SearchBarView: View { onClear: { text = "" }, onSearchModePickerTapped: { isSearchModePickerExpanded.toggle() }, onSearchModeSelected: { searchMode = $0 }, - onSearch: {} + onSearch: {}, + searchModePickerAvailableHeight: 320 ) .padding() .onAppear { isFocused = true } diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/SearchModePickerView.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/SearchModePickerView.swift index fe10da1..5d39559 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/SearchModePickerView.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/SearchModePickerView.swift @@ -8,23 +8,34 @@ import SwiftUI struct SearchModePickerView: View { let searchMode: SearchMode + let maxHeight: CGFloat let onSearchModeSelected: (SearchMode) -> Void var body: some View { - VStack(spacing: 6) { - ForEach(SearchMode.allCases, id: \.self) { mode in - searchModeOption(mode) - } + ScrollView(.vertical) { + options + .padding(6) } - .padding(6) - .background(Color.settingsBackground, in: RoundedRectangle(cornerRadius: 12, style: .continuous)) + .frame(maxHeight: maxHeight) + .fixedSize(horizontal: false, vertical: true) + .scrollBounceBehavior(.basedOnSize) + .background(Color.settingsBackground, in: .rect(cornerRadius: 12)) + .clipShape(.rect(cornerRadius: 12)) .overlay( - RoundedRectangle(cornerRadius: 12, style: .continuous) + RoundedRectangle(cornerRadius: 12) .stroke(Color.surfaceStroke, lineWidth: 1) ) .shadow(color: Color.appShadow.opacity(0.7), radius: 10, x: 0, y: 4) } + private var options: some View { + VStack(spacing: 6) { + ForEach(SearchMode.allCases, id: \.self) { mode in + searchModeOption(mode) + } + } + } + private func searchModeOption(_ mode: SearchMode) -> some View { Button { onSearchModeSelected(mode) @@ -32,7 +43,7 @@ struct SearchModePickerView: View { HStack(spacing: 10) { VStack(alignment: .leading, spacing: 3) { Text(mode.title) - .font(.system(size: 14, weight: .semibold)) + .font(.subheadline.weight(.semibold)) .foregroundStyle(Color.primaryInk) SearchModeDescriptionText(mode: mode) @@ -45,39 +56,33 @@ struct SearchModePickerView: View { .padding(.horizontal, 12) .padding(.vertical, 9) .frame(maxWidth: .infinity, alignment: .leading) + .contentShape(.rect) .background( searchMode == mode ? Color.brandAccent.opacity(0.08) : Color.clear, - in: RoundedRectangle(cornerRadius: 8, style: .continuous) + in: .rect(cornerRadius: 8) ) } .buttonStyle(.plain) .accessibilityLabel(mode.title) - .accessibilityHint(mode.description) + .accessibilityHint(mode.accessibilityDescription) + .accessibilityAddTraits(searchMode == mode ? [.isSelected] : []) } private func searchModeSelectionIcon(_ mode: SearchMode) -> some View { Image(systemName: searchMode == mode ? "checkmark.circle.fill" : "circle") - .font(.system(size: 17, weight: .semibold)) + .font(.headline.weight(.semibold)) .foregroundStyle(searchMode == mode ? Color.brandAccent : Color.secondaryText.opacity(0.45)) .accessibilityHidden(true) } } private struct SearchModeDescriptionText: View { - @Environment(\.locale) private var locale + @Environment(\.locale) var locale let mode: SearchMode private var localizedBundle: Bundle { - guard - let languageCode = locale.language.languageCode?.identifier, - let path = Bundle.main.path(forResource: languageCode, ofType: "lproj"), - let bundle = Bundle(path: path) - else { - return .main - } - - return bundle + Bundle.localizationBundle(for: locale) } private var descriptionLocalizationValue: String.LocalizationValue { @@ -106,7 +111,7 @@ private struct SearchModeDescriptionText: View { } } } - .font(.system(size: 12, weight: .medium)) + .font(.caption.weight(.medium)) .foregroundStyle(Color.secondaryText) .accessibilityElement(children: .ignore) .accessibilityLabel(Text(verbatim: text)) @@ -206,13 +211,17 @@ private struct CollapsibleSpaceLayoutValueKey: LayoutValueKey { } private struct WildcardTile: View { + @ScaledMetric(relativeTo: .caption2) var fontSize: CGFloat = 10 + @ScaledMetric(relativeTo: .caption2) var tileSize: CGFloat = 16 + @ScaledMetric(relativeTo: .caption2) var cornerRadius: CGFloat = 3 + var body: some View { Text(verbatim: "?") - .font(.system(size: 10, weight: .bold)) + .font(.system(size: fontSize, weight: .bold)) .foregroundStyle(Color.TableBackground.tileInk) - .frame(width: 16, height: 16) + .frame(width: tileSize, height: tileSize) .background { - RoundedRectangle(cornerRadius: 3, style: .continuous) + RoundedRectangle(cornerRadius: cornerRadius) .fill( LinearGradient( colors: [ @@ -225,7 +234,7 @@ private struct WildcardTile: View { ) } .overlay { - RoundedRectangle(cornerRadius: 3, style: .continuous) + RoundedRectangle(cornerRadius: cornerRadius) .stroke(Color.TableBackground.tileStroke, lineWidth: 0.8) } .shadow(color: Color.TableBackground.tileShadow, radius: 1, x: 0.4, y: 0.8) diff --git a/Scrabbdict/Modules/Scrabbdict/Subviews/WordsListView.swift b/Scrabbdict/Modules/Scrabbdict/Subviews/WordsListView.swift index 3cb6696..d1704f7 100644 --- a/Scrabbdict/Modules/Scrabbdict/Subviews/WordsListView.swift +++ b/Scrabbdict/Modules/Scrabbdict/Subviews/WordsListView.swift @@ -9,22 +9,24 @@ import SwiftUI struct WordsListView: View { let words: [Word] + @ScaledMetric(relativeTo: .footnote) var pointsHorizontalPadding: CGFloat = 9 + @ScaledMetric(relativeTo: .footnote) var pointsVerticalPadding: CGFloat = 3 + var body: some View { List(words, id: \.string) { word in HStack(spacing: 0) { Text(verbatim: word.string) - .font(.system(size: 17, weight: .semibold)) + .font(.body.weight(.semibold)) .foregroundStyle(Color.primaryInk) - .lineLimit(1) Spacer(minLength: 16) Text(verbatim: "\(word.points)") - .font(.system(size: 14, weight: .bold, design: .monospaced)) + .font(.footnote.weight(.bold).monospaced()) .foregroundStyle(Color.brandAccent) - .padding(.horizontal, 9) - .frame(minWidth: 34, minHeight: 22) - .background(Color.brandAccent.opacity(0.12), in: Capsule()) + .padding(.horizontal, pointsHorizontalPadding) + .padding(.vertical, pointsVerticalPadding) + .background(Color.brandAccent.opacity(0.12), in: .capsule) } .listRowBackground(Color.clear) .accessibilityElement(children: .ignore) @@ -32,7 +34,7 @@ struct WordsListView: View { } .listStyle(.plain) .scrollContentBackground(.hidden) - .frame(maxWidth: 337) + .frame(maxWidth: .infinity) } } diff --git a/Scrabbdict/Modules/Settings/SettingsView.swift b/Scrabbdict/Modules/Settings/SettingsView.swift index 5dbbf1b..b9a4b26 100644 --- a/Scrabbdict/Modules/Settings/SettingsView.swift +++ b/Scrabbdict/Modules/Settings/SettingsView.swift @@ -11,6 +11,8 @@ import SwiftUI struct SettingsView: View { let store: StoreOf + @ScaledMetric(relativeTo: .callout) var languageRowHeight: CGFloat = 44 + var body: some View { NavigationStack { ScrollView(.vertical) { @@ -56,7 +58,7 @@ private extension SettingsView { var content: some View { VStack(alignment: .leading, spacing: 16) { Text(.settingsDictionary) - .font(.system(size: 18, weight: .bold)) + .font(.headline.weight(.bold)) .foregroundStyle(Color.settingsText) VStack(spacing: 0) { @@ -68,17 +70,17 @@ private extension SettingsView { HStack { Text(language.name) - .font(.system(size: 16, weight: .semibold)) + .font(.callout.weight(.semibold)) .foregroundStyle(Color.settingsText) Spacer() if isSelected { Image(systemName: "checkmark") - .font(.system(size: 15, weight: .semibold)) + .font(.footnote.weight(.semibold)) .foregroundStyle(Color.settingsAccent) } } .padding(.horizontal, 16) - .frame(height: 44) + .frame(minHeight: languageRowHeight) .background { Color.settingsRowBackground @@ -96,11 +98,15 @@ private extension SettingsView { } } .buttonStyle(.plain) + .accessibilityElement(children: .ignore) + .accessibilityLabel(language.name) + .accessibilityHint(language.description) + .accessibilityAddTraits(store.selectedLanguage == language ? [.isSelected] : []) } } - .clipShape(RoundedRectangle(cornerRadius: 14, style: .continuous)) + .clipShape(.rect(cornerRadius: 14)) .overlay( - RoundedRectangle(cornerRadius: 14, style: .continuous) + RoundedRectangle(cornerRadius: 14) .stroke(Color.surfaceStroke, lineWidth: 1) ) @@ -113,11 +119,11 @@ private extension SettingsView { + Text(verbatim: " ") + Text(language.wordCount, format: .number) ) - .font(.system(size: 16, weight: .medium)) + .font(.callout.weight(.medium)) .foregroundStyle(Color.settingsText.opacity(0.82)) .fixedSize(horizontal: false, vertical: true) .opacity(store.selectedLanguage == language ? 1 : 0) - .accessibilityHidden(store.selectedLanguage != language) + .accessibilityHidden(true) } } .padding(.top, 16) diff --git a/Scrabbdict/Resources/Assets.xcassets/Settings.imageset/Contents.json b/Scrabbdict/Resources/Assets.xcassets/Settings.imageset/Contents.json index 97e14ca..cc8faa0 100644 --- a/Scrabbdict/Resources/Assets.xcassets/Settings.imageset/Contents.json +++ b/Scrabbdict/Resources/Assets.xcassets/Settings.imageset/Contents.json @@ -1,12 +1,15 @@ { "images" : [ { - "idiom" : "universal", - "filename" : "Settings.pdf" + "filename" : "Settings.pdf", + "idiom" : "universal" } ], "info" : { - "version" : 1, - "author" : "xcode" + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" } -} \ No newline at end of file +} diff --git a/Scrabbdict/Resources/Localizable.xcstrings b/Scrabbdict/Resources/Localizable.xcstrings index 6c23fbb..eab2323 100644 --- a/Scrabbdict/Resources/Localizable.xcstrings +++ b/Scrabbdict/Resources/Localizable.xcstrings @@ -682,19 +682,19 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Chooses the search from your entry: checks a word or uses ? as a one-letter blank tile in a pattern." + "value" : "Chooses the search mode based on your entry: checks a word or treats ? as a one-letter blank tile in a pattern." } }, "fr" : { "stringUnit" : { "state" : "translated", - "value" : "Adapte la recherche à la saisie : vérifie un mot ou utilise ? comme Joker d'une lettre dans un motif." + "value" : "Adapte le mode de recherche à la saisie : vérifie un mot ou utilise ? comme Joker d'une lettre dans un motif." } }, "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Dobiera wyszukiwanie do wpisu: sprawdza słowo albo używa ? jako jednoliterowego blanku we wzorcu." + "value" : "Dobiera tryb wyszukiwania do wpisu: sprawdza słowo albo traktuje ? jako jednoliterowy blank we wzorcu." } } } @@ -768,6 +768,29 @@ } } }, + "search_mode.question_mark" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "the question mark" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "le point d'interrogation" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "znak zapytania" + } + } + } + }, "search_mode.rack.description" : { "extractionState" : "manual", "localizations" : { @@ -786,7 +809,7 @@ "pl" : { "stringUnit" : { "state" : "translated", - "value" : "Układa słowa z wpisanych liter albo szuka wzorca z ? jako jednoliterowym blankiem." + "value" : "Układa słowa z wpisanych liter albo szuka wzorca, traktując ? jako jednoliterowy blank." } } } diff --git a/ScrabbdictTests/Snapshots/ScrabbdictSnapshotTests.swift b/ScrabbdictTests/Snapshots/ScrabbdictSnapshotTests.swift index 05234d5..87e7e58 100644 --- a/ScrabbdictTests/Snapshots/ScrabbdictSnapshotTests.swift +++ b/ScrabbdictTests/Snapshots/ScrabbdictSnapshotTests.swift @@ -127,22 +127,15 @@ private func assertAppScreenSnapshots( testName: String = #function, line: UInt = #line ) { - assertScreenSnapshots( - drawHierarchyInKeyWindow: true, + assert( + ScrabbdictView( + store: Store( + initialState: state, + reducer: {} + ) + ), file: file, testName: testName, line: line - ) { deviceConfig, colorScheme, locale in - fixedScreen( - ScrabbdictView( - store: Store( - initialState: state, - reducer: {} - ) - ), - deviceConfig: deviceConfig, - colorScheme: colorScheme, - locale: locale - ) - } + ) } diff --git a/ScrabbdictTests/Snapshots/SettingsSnapshotTests.swift b/ScrabbdictTests/Snapshots/SettingsSnapshotTests.swift index 814b7c7..fda7ae5 100644 --- a/ScrabbdictTests/Snapshots/SettingsSnapshotTests.swift +++ b/ScrabbdictTests/Snapshots/SettingsSnapshotTests.swift @@ -35,22 +35,15 @@ private func assertSettingsScreenSnapshots( testName: String = #function, line: UInt = #line ) { - assertScreenSnapshots( - drawHierarchyInKeyWindow: true, + assert( + SettingsView( + store: Store( + initialState: SettingsFeature.State(selectedLanguage: selectedLanguage), + reducer: {} + ) + ), file: file, testName: testName, line: line - ) { deviceConfig, colorScheme, locale in - fixedScreen( - SettingsView( - store: Store( - initialState: SettingsFeature.State(selectedLanguage: selectedLanguage), - reducer: {} - ) - ), - deviceConfig: deviceConfig, - colorScheme: colorScheme, - locale: locale - ) - } + ) } diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..cead699 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19338b377741cb51e3f80992427819b23d0b8fc39dbf19717317f183ebeeb4b +size 1538717 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark.png index d3c29e0..4a1063b 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26b2f9880b5f651e2a348b1660a6cd0cc29f447089e08ebb0b1cbb0d591f6806 -size 1566469 +oid sha256:1f474ae2aca9a9ad13bcb1ff4001ce3170097f51bd3e674c09f0df8ec97c0a1f +size 1540955 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light-xxxLarge.png new file mode 100644 index 0000000..6864f95 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcfaf06bc8c615c324df6215daaf748180be6a393832e61901d68b7fcfa65ce +size 851397 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light.png index 7fae9c3..45a3872 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd0d8e6919ba2c6b1c61bcf03586e2dcc4dd89c204b1b960bc2d6ee0cfa28bd9 -size 873236 +oid sha256:3f4e1dd3ab0f091034b64aad454a3b09653a43d73edd373fcd56a81d14147897 +size 838563 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..c124f7b --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a972c8654496c9f909853e9f6115514363b319392ebc3c25c085d673af63020 +size 6424246 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark.png index 95d352b..a371cb7 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a60d665ac42de7e68b1d56616566af540c436561c3358430da2e077d47a89e4 -size 6516078 +oid sha256:fe9b70b45cd5dd62d18180b972a9ce57b12ffa0f0af1b24b7725dbdaec26ba2a +size 6431861 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..03e7fd3 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d1f832b0f4724582e08d199535677a0386d5c3869f047d08b3b25d7d14e396 +size 3473058 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light.png index 5d7434a..4c84dd7 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5518cf6c00c5dbbe49022cc74b107b63a0cb0c083c1777a3ed7733b2a53842b3 -size 3632390 +oid sha256:0bc2a087d999cc3337cd3d98bb07ee1bbc4ea7b4bd70bb38364e99a2e62e910a +size 3459468 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..4efe972 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89d20348b30943b572b5f518b5fe0cd6d5ee44c65051c4055e636422eb75cbe +size 1542193 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark.png index 63b8adf..d57e3b6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81a902984cc571d67fee105396ad6c4e1b424c5783c78c9ec3e46ad2ed647bcf -size 1568073 +oid sha256:eb3df2628500b2c4332b12f6e61e2b0b5c98fa1949a269fb7ed763ff4fb793fe +size 1542329 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..adf59b8 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c548a1574b5599388b653ed41808d6badf5d6ef159fa1b4f573e473e05ba1ca0 +size 855927 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light.png index 1364f41..0af286d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:350d72a28c062161ae4fe587556f2cff2634cb3d59f563fd68143dd4c93560c4 -size 875473 +oid sha256:c32e3723c6b25e9f01999b2903775f7026600833fbc7387c720be8edb6067d04 +size 840769 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..7e4f6aa --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9391e1245acbdf0efca8c9cfb0aff151141fec6e358a8c75cbc4d387c41ad52 +size 6426134 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark.png index c6f3668..99c3b25 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d86558c760782aab2f77aebf3ecb78068949e3f8fee1456068acdcef422dba62 -size 6517759 +oid sha256:6c33bff425853cb3c0cf84fb14e8be5365f2536363ce59285a86459e89635123 +size 6433360 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..5280311 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbee57a09fc946d4696fc06c5c33f0c3918b3b22426b10019c516ae23327861 +size 3476483 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light.png index a8f9b63..cd864b6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:493cd027ea45f76f9f785f84b682322f70a3fd5fe4429e33a6e2641eb1400348 -size 3634408 +oid sha256:e5f40629dabe490cfe08adc6eaf1cddca366f804a4fcd468cb9705c4eaaa7a22 +size 3461594 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..78c5be2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fbea60134af913ab12c3695c8f0a17b1fca08275e6c8f85a0fb70791c862cc +size 1543733 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark.png index 905cc81..bf457c2 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e13456a0171eb50befe9c72ba193f1cb18dde75b3cb186e6ab1d60c207e94d46 -size 1568707 +oid sha256:54456f3f65871587ac61f30b7f9e763e5e0664b577b4ae8dac470240e8f33e50 +size 1542936 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..ab90474 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3387342ad5a911106927b8d5ac6e0e953f4a18d97bea2cb109ceb4817574a0 +size 858090 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light.png index 647630a..81d8378 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0700ae0b24d072d872b9321d3fc17cb7ba381635a4512aa5b740a01ad1cb2d5 -size 876122 +oid sha256:b6447f7871b6b16036b6f69fd844ad9adfc347227d6bf9a1d03d99a0cea29909 +size 841692 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..ea8d3f7 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6e1cb9ee76f84f2c6670f7ac74127ccca734c0da4ff842b46035b67cbaa3e3 +size 6427695 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark.png index 630bdba..1962351 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:330419191a87264ea834d162417b2478648b13b9509cc2b7751c0a00d9c09cd1 -size 6518564 +oid sha256:bdd8245b246c257fefe92459f875ed94689f1cfb49669ce8f754df48d183fc86 +size 6434045 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..fba8c70 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0f37859134fc95f45ba7a64f981dc094f91d1283f8521c2b31150ffe427a0c +size 3478454 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light.png index 11d6b5c..3c8caf1 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyPatternResult.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87d826f3639b41ffc4170661712d8a6b99352fe5a10117a78ed2292e69f3a81d -size 3635244 +oid sha256:07afc4d295ba6db1a53e502f7518b99f5860bc89735ac562342c295275c8981b +size 3462699 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..2e332c1 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd1d03a25f5b695346cc40370ffb478911b1220473057b4bfae1b1acd7ebb68 +size 1542064 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark.png index 6d1ded8..4cada91 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df41ee8ac29bea332ccdcf7349883f30be37517579b76db052e930d03693498e -size 1568636 +oid sha256:a697f5c163f2590d4c36593c0c3a54f595b1358937cb456a71ad4b98f2ca0344 +size 1543261 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light-xxxLarge.png new file mode 100644 index 0000000..5caa122 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ef1c69cabc0da23d3e38eab3f60b25640565606ed1da29384acf2c4a072100 +size 855716 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light.png index 9a47d47..1e09e5b 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25ffa7038dd74bc2091fd412ea301465b7c43ae77299daf571070314bc17b598 -size 876280 +oid sha256:616e467aa3e94e11f1fad92afe3c3c72671ea72db17e8c094ecf5e468775abf3 +size 841489 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..aad27ef --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd65b279ade826a6a3f371fdf0054427c0ef574411e4e453aca56a6461c10ba1 +size 6425663 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark.png index 00cd11e..6ad3834 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b4a857e58b6c630351491388f2fb2be5a4b815350894efa96798d13be33a37e -size 6518156 +oid sha256:c6f9e4ec75b649af038997170daa7b362fc6cae9d473ab12225415e49b060579 +size 6432791 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..06a2d44 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce10698415324e369f8e9cca818fd9d4a7a245a1752d32f6e3416db03737aa8 +size 3475317 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light.png index 4218fe7..fcf3397 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:abbca7d73deb90fa54c193f9a4312a81071cf3929228dd5352fe68fb4cac2e6a -size 3635023 +oid sha256:1122de0e51754623d785342fed04eae3a8fa432050ad8ddfd5b7b9c7f7c7fa1d +size 3461104 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..143de5c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ba4617a0108bd3bf6b00d8560fd5d33fa733bcc85bed4cee1a061cee9fd1c1 +size 1543457 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark.png index a66a936..e9126a0 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efa6dee658b70be65a82c8056da047c7630b59b1ca5b3efa5cb9e8d7f3b2fbcd -size 1569768 +oid sha256:26e258e6f9986701d8e18698ec25ced76bfd4681cfb4491b925cbbd8c367eb27 +size 1543873 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..99b2496 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251463265be0c8e7a8fc257db2fd37f99a62c1198ac8092f83cdc51913de0c3a +size 858044 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light.png index 0e84e0d..d66e629 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3903c059e69b934b21fc23ffc668dd4ae1a8d78ab8b10d7a4b66efa8b3ef36d1 -size 877482 +oid sha256:3f205d3a426c81f10daa4ea457d109dc7eaf8eb972d2438325410973071bb264 +size 842546 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..779a7bd --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebe6e2e5d73230a3867063c7b69e5eedb1dfaf0fa363c1f5bc44382cb651654 +size 6429171 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark.png index e789c7b..15cbd71 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b505236d242d0cc7aa58900af443dd8951379c60a8b8566c76d00de692018ffe -size 6519250 +oid sha256:3efb2548abaa1d405bfe72364b1cba691bdbbc23f6be3b1df4043ac1f8d033d0 +size 6433527 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..2f33286 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88596b7c0c7ac36536eb1e79f07dcceda941e1dd1fbf8902579f7f1cf1cb2d9f +size 3478867 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light.png index 49a89a6..326ebaf 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecb036cb92c95c790b1329e98899023a39d5b48fe50ac072c56e5cbceba163e1 -size 3636233 +oid sha256:9e64936e409c676c19b943c55ecf6d02e1f7b416bec3d4429693d40acc49689d +size 3462218 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..8a52f51 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca6e7b03a1d308cb52a40ae6ac5c95bba74561c9b429045b537ace52a062ea2 +size 1544996 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark.png index 8b54661..47d6ce5 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49d238a5454c5173664ef884f0c84603f0fdcef13b630918a1a75ac344119de0 -size 1570802 +oid sha256:1ea9b7c5f473fca4ba86aa24efd2ea393e978ed136bdc34320f71aab42d2fd22 +size 1545233 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..4bf176a --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b61df32e925bfc86ec8669cb481aa09f6a9e2f48bf11b2d2d10cd3adf82bded +size 859863 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light.png index 05dfe9e..8da644f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5a67a07569b5af0d83a0d2d4baeab74bfbfaa0196912ec1b2a9e3f329403028 -size 879001 +oid sha256:9d768274cc39d36b6a7f7d10cbac76d0b4afc4c807d337cf9b586c2808fff7c2 +size 844071 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..9b45fef --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6a6583f7bfa05c61eeaf4c53a6452a76f1c97c489edd1df3a90f2df9366dfb +size 6431799 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark.png index 33d5aa2..945fa03 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6bc16b037fa8494c033823c5212c5957c89a6c5de81c435cb9315eaac2e6131 -size 6520502 +oid sha256:01cc1380a60cece78757fbad35482e46b0735a90c8a0cb77ed9bdce59b88c272 +size 6434743 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..b304e03 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c7b6c246afe0161d25c6fc8fb220214e5d84edf3bf353a66882fd69cdf32a6 +size 3481978 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light.png index 6a3d067..f1e3f17 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testEmptyRackResult.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa62bcf7570dca8405daae78cfcd79935ac9d4e647ef4ad0bc543122b5d6b668 -size 3637949 +oid sha256:04c3d4add6d0f9c90ec01037fc35af623285c700b6ea392f0f8f1d91131b2fb7 +size 3463575 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..82605ff --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a9c9e6f71d94f5f0ecc56d25a9755af87fcac2914e2371e725b051b23479d7 +size 1479216 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark.png index 7161772..c39306f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b6d9d7d64dbd8449c74d0cb203110d6de911d53d5745e62e2f9acb591463d23 -size 1512419 +oid sha256:164ff869b101088b5feceadb246224aaa2d27f8d3ab6f17064be0d4e39210ff1 +size 1489044 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light-xxxLarge.png new file mode 100644 index 0000000..20c82d2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263ffd4fea1f73045056a8f0d6ff6ea9d5ae90fc263eb77c6167a18587f1a5e6 +size 878002 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light.png index 9dd8be8..11df70e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b32f7cf4e81127c0061086a2e8f3b9901701eb8697a4b7b1c220d085aac58170 -size 897798 +oid sha256:68a9494282524a712ade51b32e0bbeb166c2e9616b8dcf54976515c81bdc381f +size 865184 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..e7753da --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebc9548cb71857adf74cd0561cd2ce116c00213c7da09a5b2c44325edb7f6d8 +size 6365377 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark.png index 2e28feb..cb0e75f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9059297b04fa95ec2b98e2e8e29856e61067d3bc2d27c026d9466423df66ebcb -size 6462925 +oid sha256:94bbe6a1d4aff56cce30691d97b4cf2f0d2a71a0ef207efc725b3bcb0e715ac3 +size 6379390 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..47b673c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0fe4dc023341f08ee39e71938727e58df6262e0944e18a2a6ebcdd707d908e +size 3497143 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light.png index ebce272..3cb596a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a182d64c63a13b7d939836521626359441cc2c2557faab6ec78e84981d6bc25c -size 3654351 +oid sha256:8c47f38ab78529630f576e1ddca595e1b0872bb91222f081125db790cca4eddb +size 3484826 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..e1239ca --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f3d35a328f5b9f4f9961a2d47a5f19ee5890f209442f23ac7e7a8b464683e8 +size 1478956 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark.png index 136bae7..d02f2c2 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3ba58ba408e51d6987324b922a532b5a5fe86160326fe73149467043f76465f -size 1514146 +oid sha256:1def4902e58d710aa0a4561fdbaa454e72aa5c8bf25cd969d4728b25851c8353 +size 1488796 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..e2b645d --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a90582033f0e599cfc0479e81fac7b04dc1eb896ffe1c5bf765135cf9c3c23 +size 877650 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light.png index 1d4faf4..9fe7efe 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:580662ade5291306d73d90df6d9c779cf7eded57ade8c974dde70c3a635f141b -size 897931 +oid sha256:e1d479ff51a258db8825b872f0faca6a97a37ea97c915a35e18c70580b4b093b +size 864602 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..4004ade --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427d5dbeddab21fef2ec1348c65baab88ee5c68943fc1f2a68e1158fc18d3340 +size 6365731 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark.png index 6298299..52f95ab 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b524ac611eb6de594206792cf002de84effb9dbe17a26487e6badeb54b5fe59 -size 6464158 +oid sha256:7755dcea79cd26a9c5803d5df4c1fb4ae46ad22f96a1528f18c4a184d353c120 +size 6379669 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..8eb5889 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcbac58d365638a38ede0522c7fb953ef09527394d0e1fb9459b62280e81451 +size 3497010 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light.png index 6637e59..e454c6b 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1aad29fd7f10b7c45091e845d0f143631a91a7e10f68751ddb8890c3d73956c5 -size 3654482 +oid sha256:38c86a8bcd7e97f8ed6c486212ac636b50f72a9dd2445be726f5b314e66e825b +size 3484580 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..6fd5bac --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2b0b30762416210e6e6fef482da58f3897bec454c0b7bc216d9b1eb6f241e1 +size 1464822 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark.png index 3291ea6..2093ac6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4227986c2233808319604ed718ef0479e0236748971841c186e27dddbcbe399d -size 1524883 +oid sha256:66e39e480781fca9dad2f13e8d2ad02ce2e38b4e273b8feecc88bd31b23e6f9b +size 1500630 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..da04349 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8e374fe5fd5545441672d695db2ff240c7bb5ad4a9308a433e2d2380770490 +size 891358 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light.png index b45fbec..a07eeb3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:269b4329efb014d5042002d15f71943023fd85b34044401c922dc8f7c721bb2c -size 900160 +oid sha256:e3a362eb05957a76c3a7b2b4b7994812eee916c256c1e0a2d2f6eab08f60261a +size 868573 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..0663f7c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d769da611bec04c1907be0b10c936642af4b646f12a13e073dab991aafc3403 +size 6354859 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark.png index 6a14d0c..49f502a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8492673bb51efd7bb730bcdd8db8bf5c20ade7586fab281072e48494dca3af8f -size 6475263 +oid sha256:478b1995667d6056324c71a8953533feefcce72c887542d2e13ed946ec822e56 +size 6391839 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..84563a1 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b685479f6e42df19a80667d1b416ea4f1d78e07b4d14b4d0ddcda8a5b6f4f10 +size 3509675 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light.png index 4b48c52..6777828 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResult.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b3846bb5479653c7ab8b3d0ba6e35538defe221cbd1e7d52a472330619e2e698 -size 3657429 +oid sha256:c5834fe8cb3bf06f62dbcb603dd6ac3cc80c364dadd5ff77b002957977ccfdff +size 3488485 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..a47a597 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1408b1c483cc39eac9e6b480d2f260c1c99111b2cf7498db27973625f98cb9e9 +size 1418949 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark.png index cfd99a4..f3e66cc 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84f0d7cd18be0bdbe4e59e98dade39c457effd675262048adaca2f6346705ea8 -size 1496526 +oid sha256:4ff51aa5d47af7b7b02127dc63d117ad52cb3493011c8431fb15546d044f5ae8 +size 1455523 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light-xxxLarge.png new file mode 100644 index 0000000..b5b5b5f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934d52c2f8a84937a0ee41e5e99e8fa193b539dafcdc6d972f46d205eac8148e +size 869010 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light.png index da4c9d0..aff71ea 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:321e2fee47ad29e2248a4701c2a4f36967b069e76bd34fcb126c6f3f6c1ff991 -size 904019 +oid sha256:b39cd17999b498f35c91c833a1800a647d11f4b39f76eaf6e4a60d7a1266fd0c +size 860566 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..20f127b --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c6d850faba95f4abe88805028bc4698a775695444bade35a80b9e851aa3b1b +size 6307263 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark.png index 8f72b01..92541d1 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60d1de1b863c4f766e7ecc4f330c55a15e8bc3d78873ee1a510425f2c422daef -size 6448409 +oid sha256:011bde492577a08eeca5648af801f45d3b0483822b183381722e45ff2245715e +size 6347356 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..3be3a7d --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c681555004c5cf2f6b4bba83cd7f7785ff6b2295f6e7a17cda20255a3a03b4 +size 3493935 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light.png index 540f15b..0749607 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e91b2c380435541a82a4a82d07ca8d2960d56e611cc7c53ea4c78bd1741f1685 -size 3658845 +oid sha256:5e4da2c47b9ac5b5a494f1203015305268151d81294903021d7c401e70fcd2df +size 3481332 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..9c066b3 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfcd4ae5e7003246656b28a1f8e99a18d677670b1741e1f306db182d90858c8b +size 1418348 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark.png index 5bf3c73..213d702 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9197f369bed7dc4d5a6e72239e3fda8d4fb77227b6e5b0a811b6b7e4e8eaebf0 -size 1497952 +oid sha256:7a8f262e2adf9e6bcddf0864428c32bc30d221996d19ce1fb748a4f46fa566f0 +size 1454932 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..294abfc --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e984c86da1198cf68514974cf734748d683d514bfabb6256edc4396d1d70559 +size 868308 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light.png index 262720b..b59ed78 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a25c217bf9f870fbb77cb3c2d4af9ae7d3614e85cee9b1b539ffeb873e04b24 -size 904048 +oid sha256:4dfc92e6b5d5bed0dc1562acbb905d95cb62e494d400ceea96bc5a0bc2cd4b01 +size 859539 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..4d8bfdc --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e2bd5969eae4bcd1b8468f3ac22f57f77afcdc668231352c65fe6af7d5f1e9 +size 6307118 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark.png index 33c1af1..ff28ce2 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2639bba7f1466982cebd4ee7fd09bdb6b6529c3680e6e07ac7e47ee7ab56608 -size 6449417 +oid sha256:321fbaca845facfd20ce1ba1ddb23e80d35c53573e684811af5ce4d12ec061bc +size 6347139 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..4ade0e1 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae54c1a8fbccf26b2243e77efbdcbefd8e3b2c57dd5cd79c5def6aad20771f23 +size 3493437 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light.png index 6b62d2a..3808e22 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:842263a6ce32e8559dee21481a236aa1f27c6cd82853ef7f37b4f439f8c9c296 -size 3658556 +oid sha256:f202a53c5b902f3f6f936a631b88e9e1b1e38af44f7c82926fe6e3d8f5163130 +size 3480651 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..4363c5c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dce5d7cad0ca6626d2d48157773870069262ae44d889b4575299415a727965 +size 1425127 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark.png index 40706ea..2e2ef5e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97ff61f7853e2de5c37e6c5206a34d73e557420a3dd6dbf3de4163365faac1f6 -size 1508800 +oid sha256:44be4887d66b9c22aa5147daab5eeb2c7567d2122014f6c22d14937bdcb5b1a2 +size 1466564 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..518ef41 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5f6afa1d677a8f1546097dff3137db0508261a41cc14abf01d52b4505884d0 +size 887136 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light.png index ac02458..bebfb0d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9879dbc7c2d15f4c918bd826ab06c4627b85ad25cfb25e6dd52f2dbe53e7766 -size 906369 +oid sha256:1d0656a2ea36df49b6c2ce5d251f58efd5a95277655334da53ac17c7a0764d32 +size 863046 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..dd23125 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62a8b8109763c2eb55fa2518d7d45ba9fa53179cc55e1004f47df34a4b5141c +size 6315602 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark.png index 26b35bd..b95d3d7 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29b7cbcf6a5b54e9808e17fa6a969d4e63292d0d654319be61b4948088edb703 -size 6460529 +oid sha256:8e6b0a338fa01f1b816fb5608bd6263929a04c3ec2b907cd2f57909be0d23dfe +size 6358927 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..c5c5741 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b629737517343b4cb6c0b6d0525a4718f6784a8163d457ae4b3dc1c557dc19e +size 3510589 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light.png index 6c164dd..3a49d25 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testInvalidResultWithRackWordsButtonResult.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9da04a0b04e1013bdd6fcd606510beaefc0fa9e7c3f8c0510d1d55aee8c868c3 -size 3661480 +oid sha256:04869905a153dbadb436e65cb676af1b614355773b40406f80d705f6ae1e2cb6 +size 3484214 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..588eb1b --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cc74781167bf139f687d643f59014908c745cb16f5358c706419086c9e23ab +size 1347159 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark.png index 3d7d9ab..c6eb5b3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65d80eecd7783bf73720e4d7d889a9c8b5925a0c8abef3de22497cd2602aca74 -size 1399477 +oid sha256:66289b8fad7515a681746ffa6c4189cf548cdc0d5c8e3b124e5f63665abece9d +size 1380582 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light-xxxLarge.png new file mode 100644 index 0000000..3e04782 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8e740fc74fae63f2f79be852cce7c5a1d8cc1ed482d7917783323573175cf2 +size 873250 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light.png index c4138b6..5d03a0c 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0d2658612389db7c7fce9b55df14dfbc9edd84880c8ca640c71619448ca8e60 -size 895233 +oid sha256:dbec31ecf41e028f06a8bc4c34b60aaff4bfa7cb1ae5e1016aa849f29ca297f9 +size 865140 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..e79bfa2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e28b9c0f00c101cf0dc36247127f2cace1411ce88703e723bc8d367623364b +size 6230693 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark.png index 6b96df3..b4d9745 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77afdbeeca9ff231f1448e92de3e78a79a18775dbe6615f4d3029c6ad46d16b8 -size 6346684 +oid sha256:cbe3a8e36f8761b8093b97430e44c29c622e9dcc60efc3736581b9c5272e8250 +size 6270386 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..3d3450e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738c6441ef5ab8ab65dc90edaa46d8d773b87c3e3f4a84f822d4052b375bfaaa +size 3488030 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light.png index ca816ae..e93a3d9 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bf08e1c8c0d9f964078a106d40b36feaae682b7444a081be1cccec8d9ef57f6 -size 3639629 +oid sha256:482591fcdb78b745dea3782ea7402425856a58185232e12368e06920c9088280 +size 3478785 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..de62c74 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b4a62c2c7f7bae2e2954f1ccb001ef9464b28eef601f842e731f408c3c4f35 +size 1347182 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark.png index 85279d2..bf4c067 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b418aa7855de5f030b1e910595763b4342b81c3c4ad41c11ed3fbd44911cf994 -size 1399423 +oid sha256:2e13a06928287a225728f02ac5a1f4ed805c10a0f26c4eec6cc955e7ad0421b6 +size 1380197 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..d598e84 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f246b9f1da4dbd45eacf5c9608deb0cdb63b4002698f6ae20de4c76b51b9fdc5 +size 873406 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light.png index c0f0820..d4558be 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cef24ed12d06b4b35ce5e08e1d578ac9e0df2debed05b7eef88294df5f4855d0 -size 895223 +oid sha256:904c6c38ee2da7f3d45eb4ab2fb7437d2967b2c1b386c54ebe8cfb97fdd6efc0 +size 865024 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..786d0a5 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98633e08f80476c61aa2cbd2671f122377111551517958c0f5092fd6b483ea1 +size 6230509 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark.png index 07964f2..f7a3d76 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69dbfd7ce5aaf6df15abd18a605e6341d4d975f648d8765c881553a79da0ffe3 -size 6346665 +oid sha256:fe74536fcee8e7a282be3398ee8800eabf2e187d1245e6bb1c50552b570dc623 +size 6270067 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..2341dce --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bcc5d8d3d8764bf2743d27d124904bf1c86fd29a924101cfc69f38c4e15fd8 +size 3488018 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light.png index 4d6a566..9c36352 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2460a932d349cbc3d6639faee41ae097ea0761e793e524091d65d77332823a90 -size 3639667 +oid sha256:e4f68415ec7fb052cc6caf08e8ee29c27b6c066beb6696868072ed3f78cc8705 +size 3478732 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..af2df8f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c040085fdd73c35d7cc01fd1025b420ea136b0d90a16e2bf4cd98c37bd029565 +size 1347122 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark.png index 551a4e0..ebc2ee8 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4e096083276bc31786369523875b3d5c48541a722e90b714319ee4362c8ebd7 -size 1399637 +oid sha256:206931e4b8c1fd6f0bcc5dd3ed2f45c2afd561c01f8452dea80c021558b8726c +size 1380823 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..bbc9399 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fca77a3e938eb556659980bd2fd123d2fd9ffce476dd19b63e62759ed8dbbe6 +size 872658 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light.png index e28b783..a667e4e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30937120a71c439f9f18bc66291207a09f9902ceca3dc836ce50501568fd7f78 -size 894642 +oid sha256:7fc928f53a2c4e4988dc3ddba412e3a98dbae51275691b229fba9a37bd2081ed +size 864597 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..1187cff --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb4f3b75088b34e883d299a618fd6e4ba9786dd43aec74f818e1a5dcce54939 +size 6230814 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark.png index 446b130..8cadf20 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7654f238d94e51da1a2075da1ef91e0fa6d5c498e831f2b4b068448cd1d9e11d -size 6346976 +oid sha256:6c51ad4a8ac3bd0d315fa07d1c593b9e939b3ace58e2fda6ee3d3812358289bc +size 6270737 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..242745a --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c692c2326b51e1720befc2adf307f26167ffc21e786cf212acb969936429e558 +size 3488107 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light.png index c94c183..52a3122 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeleton.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b074c952543c84e7bcc67ff0312485588c41abf8c3262b1e8b32f1606d680247 -size 3639352 +oid sha256:b98382a8fda41f4ff7ba4104df4eb5f9f77b79a490bbea2e6c63920128374a0d +size 3478437 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..785f9a0 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f426d3748fa0f9dffdcdd7c411bd8213cc39c3387ec8e430a2c6733fa75833 +size 1273243 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark.png index 9cb4e74..5a27759 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cde1994e4db3f2b9ab133c17d30d34bf58d94b3833fb3aea34cc27336cc0a2b -size 1361931 +oid sha256:882a9089520b91230b1217514df5f66a4132f9fa4dd53905e1197d1a76f22927 +size 1335947 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light-xxxLarge.png new file mode 100644 index 0000000..9ce0101 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeb1419df11dbcfba9ebb6f6e19893e4289fadaa8fe2ac3040b70299dd5601b +size 852890 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light.png index c27db27..cf31195 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c78f75d3133ecbe7155883a3ab743178f405d56460c558c1c37a2f9e2755a241 -size 886021 +oid sha256:aaa2b244b80dccad3762e2b987edfd2697ec2ef2201fcc467cc1367f34132a7f +size 851434 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..8831ab4 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0361b8ef26dc1ae5e099b6faceabdaa0b627d839a43fdef15fd77e50537520f8 +size 6154873 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark.png index f647e12..31252d1 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef64bc0ee1edde90eee4dc4ed25b177d99111a1e9281a6d8566d7c3b253d2c37 -size 6307559 +oid sha256:072f26a108a59c70b4edb3553456a5a5d900c4ad527ec3d22820600bd5c97108 +size 6223874 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..0dd2f0c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd35298187ab09729b2783b3d1723dc1708473ab43a3c805756056be948281a4 +size 3472338 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light.png index 9fda659..8cc7e9c 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee9b8d59081ff9c9d3e8e494a0e5d422dbd4f8ec2146cac23faa289708867ff7 -size 3630931 +oid sha256:6a472eb63dd1c2423d1d39f77598b9923976f38a024ff7744215ee61e36eef06 +size 3468009 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..11ecc2b --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da8574c6daab31b6be1976b80626a07cd33604be266c8032dc7645c9e237969 +size 1273255 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark.png index db4b659..c223e02 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1b1795753d9dbb79ebc7459d8eb8a839f9dce26376f8413b2c91c8c6653d59d -size 1361707 +oid sha256:c1388250ec13d3e02f260abc12d2d9b5c67b6d0bd8fc3f58955c2e5c76f9e3d9 +size 1335623 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..be50afc --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b789287635b1ffdd0c3c3cf7ce90b241d35d8fe3d77976b99b166db7450b02 +size 852919 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light.png index c1b5580..e5734f3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:146759d17fb9c12d1479ad22b449196ba8fc375b02713e591a2880e98829b92b -size 886088 +oid sha256:fb95ee49301749973b8fd4e6b300986e43880eb8801acc2503020c1843cd2988 +size 851396 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..1940fd9 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59da2a34ae7e0263975f4a4478ac3518bd21aecf2903264ff6ebd5f4fa16a1a7 +size 6154630 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark.png index 7e1c08a..35c1659 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2376fc06301cc1e8f31e0d213f76f5bcedfa7bfd95a606ebb5f6f43aaad0219b -size 6307469 +oid sha256:83c6c4c8295f88e256e912e0833029d157a9ff5e21982c4f90a6cce3e0d1b6b7 +size 6223595 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..258877e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d7a2d038904b8eef5e2b76b90b9b1064cb0ff2497d859a4a03b6797922ad6b +size 3472307 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light.png index bcadb59..0adfd85 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:886d9221ae8b64ebe33e06836ce2e7a5d9903d824c2c12c9048d3b489c56647f -size 3631011 +oid sha256:c593d1427da7b92aa0a1f1914872134e504b7ab54fb87343865d9e364bc862e3 +size 3468033 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..193d395 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b58ee7a173d2bf8d9c96d062d9164f26e6764d46588d31adbd4deebb24716c8 +size 1273163 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark.png index e84cb71..ff286a6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07ab5ebe606a5758a238783baea6ddf6e74016a6e5e8441a770e70e9c846f57c -size 1362135 +oid sha256:aea8d16126325653de0e1f94d0dcdede757a3525b8222b489a86eac77011324d +size 1336245 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..46bf299 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75291cf484c33bd92d4fced5afee02e2b67ed0a61411219305fb43a208b22186 +size 852188 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light.png index 0683544..91b1b4d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3f239490fa3e557afd02d0e7cf421f7fb903a8edf650f3bb4c2b94ef852b39f -size 885538 +oid sha256:eb64f68b14fbbf3be4a193b09af9d1a6cba3b483ba2fc88a2f7d84d4a3ed24ff +size 850879 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..0ea3960 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c0578d64b57f5e8e670427e3840767ccb08793b80ae6285526ff7417e1bab8 +size 6155012 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark.png index 554e9f7..e0525cf 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e8a1931d43fbbdfbb62ad610b60979615dc6decba61bc2176572c1984b426e3 -size 6307769 +oid sha256:1ec4861eb15a72371600bea7d440049994cded377076adc9ad91f28d6da2c55f +size 6224244 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..a471dda --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f4d39ed229521abaa8b6c2e57fc91a036f49c0298245791036acc6f4d8c580 +size 3472388 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light.png index e18bd3a..8910892 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testResultSkeletonWithRackWordsButton.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c166f1964e32c5bc70c892f600b23883d6a79be2ac59cf10ba7329e78572ce5 -size 3630680 +oid sha256:5075de2d7884495aaec6169d3504f10a67d8b99086bfaf6b5e6e62dcb5421d47 +size 3467675 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..cf6d210 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e231f04c556d4e90b6258ecd44e5f16ce91b2606fb41ed2f5549c7fcdba1740 +size 1111807 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark.png index 6206ac9..4a789e8 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b5ab17ad2b1acd4112015891a8a38d4bf1c54742e796ff38e1d77390bff61ac -size 1364937 +oid sha256:385b2bc0ab557fe940d9e752cc39ee26a84307c9da0afb9029e7ed83c2e1e05f +size 1286161 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light-xxxLarge.png new file mode 100644 index 0000000..49bd0e3 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcdaa06add75da11cebcb3a551c2d5c4aded107b87381d0405b3446bf719784 +size 754036 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light.png index 5e0c324..85fd13c 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:530aa828ab23dbb4f0ff62e198f333e645b58690a072b9b3eeca6a495d9d017c -size 864927 +oid sha256:891afe601c0a1c5d8471278b9d7147fed517cc59104719d73d02e9eb8894e9ab +size 776229 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..d8d89d4 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44af447bcb49f461c091bbb3b7143472134b513acbe0bb835898c1814529944f +size 5938583 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark.png index 1c60fd5..cfc5b5e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e08a92b0466281493699567ed5f3d9902ae7ac0f94f51d8591e8f105483bbd13 -size 6310998 +oid sha256:662d6dfab9e741bf0d89f3ba7b1a50072aca8c5ff93d702d14282362ccbb3794 +size 6075942 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..69283f1 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a947911a9530cadac4fe6c92c1327435795b9209b13463fcb27f94b9228b530d +size 3327902 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light.png index 2b36893..a2867a6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7e3996e388dc62559d963fffc39f4fe6c70354ace922719450eaccbd7329192 -size 3613843 +oid sha256:661bbd49f73d16388ebe326343a0b91242dfca062fd00030e03d12b31dddff9f +size 3336612 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..0202b22 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69d45c2a103de3d26c60010a9d01b8e9b70a9c5a8d2b95498a9c152365b50d4 +size 1170220 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark.png index db61f46..6a0251e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d918cbe51da02d870f7994be77deb7a17d401f2b30f931f822987b78cf0552b8 -size 1382336 +oid sha256:13821d404d9704b27236d8f22d78094312f1287eb537b32362f978afcb7c5ae0 +size 1285311 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..6cd687f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd114fc92c3e8a3ab7f4599f5ccf362ac194ba78c3957f14099ec133a30d1082 +size 772470 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light.png index efbad42..0b42d00 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e3bad5e5a17e519f42b7c71d81d77fe608d46b45e0f8f026a4b5997aaf7863d -size 870821 +oid sha256:0c4147fe2a9f682674307a0135939964c6a75d9b8fc9f120e8550c1b288eec93 +size 775940 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..a955653 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7e01402d68dff5e811e433be89560582935435d81bcd62f36fbfdb26aa054e +size 5889291 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark.png index 21e8ffb..1148c3a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dc1dbf0c87d405c2a3ef13b91b2dd9910263434a3d633b69bff0952e9de4308 -size 6329897 +oid sha256:830b03c78c07fc11ff297362a8a5dd577115456e1dddc178b24de8eec4db335a +size 6075544 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..e820afd --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b8c0dbf9e5252737022f1675c0e585b4f2a9ae115c5b6be9a72b7e76f44ac0 +size 3309171 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light.png index c7f277f..41dc5c8 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e994adb2955b8fe6a7c9e4c8d01371bc29aa1cadf71982255442c2af96e31e46 -size 3619756 +oid sha256:7a672ebcf5a1d18d5e3ea861a30b54ac0235c531ed651a8631b6a88b5d97a856 +size 3336520 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..3898ebc --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089422f021ea78c234dc8cdc62a344fb9f75649434ee792a88f05feff5dea7a5 +size 1181115 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark.png index 33d4d6d..0c5bd77 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff47f13d6e503944fa6f189f1e68fb1057f69c43917130cc806bf3de29fff8a2 -size 1370253 +oid sha256:68fc5bf46498c030b6bd1177975d517b5b7b3c2b900220e1a73a4c66eda258ec +size 1270267 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..e2914ca --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f1cab9bb471e525d78c6ec68e4193a8aeef989a42bee53aebcb688c624556f +size 780130 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light.png index 986c8fe..54cde13 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3afd9e871c5e2647a006b87a4251d098e1b4750d6d3d462aeea7d5819b98e34 -size 868819 +oid sha256:3e0f73ef1cf9dee23862b5aff2959d9b45fe3e543dfc557a8b2e9fa2597abfb1 +size 773387 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..089eb93 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24402fdf1dc218793869a5805be1ebc29177d03e36496af19dd1b8b1a72b5fc +size 5902475 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark.png index 579c545..3ea8da6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5879a60213d58841f2fa3383047ab23f9ddad0cd5fef1227a22c33765b8c4613 -size 6317394 +oid sha256:7623dfe663c8d5e7dbef077cb537d489c1daa545ec3a9c10098c03ba16f3f9cc +size 6081189 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..903c614 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79486431b80836fd63c2e42e67d20d0a5b6340c92b364cfab65a3c98791f4d7a +size 3318311 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light.png index 1a5af3f..d92dbc3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testSearchModePickerExpanded.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcd1fb9201bd1f206ee8568b774920cc025071c474163ba4241235551a8f8b27 -size 3617606 +oid sha256:b28b64c59f42e8a6b07c20c45a124f46f24eebd6b10a09e2e4ccb91e3e0105eb +size 3340602 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..96c53ac --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41424be3a1e24315e42bdabb1c38ece5768d12021322bbb2f819314529f4f559 +size 1397312 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark.png index 113147e..1ad36d9 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caa1856282d2cc3e3ad4180bc5e76bac30b3ca61311abbc1dfd2510e2e59e6e4 -size 1438942 +oid sha256:6c1cac0ab47dd45fbaf2fddded11a46122e5e970394d1eae34f155361a53bec5 +size 1418056 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light-xxxLarge.png new file mode 100644 index 0000000..21916a9 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b84013f0c1e7d5c90a18e2eda972e2c49ce1a6c84d1f3ac0067e74d7e4f8b9 +size 903518 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light.png index d8097b1..885e13c 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c46d3afcf2362f6a522539d6c70f6702a751ec2de10c16ad217c67366a86a9a7 -size 918680 +oid sha256:b280806adf407db16f04111992639e1c09ef0a0aa373ec9a20542fd8fd52ed33 +size 885847 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..69d5ca7 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2313a6931f0d1c7811f2b88df888d40583f8ad8bba574a867b5aaf8d63172efd +size 6283816 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark.png index 7ca1ff5..6973fed 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58f211e5f20ae2fe446a4f3f1e3d5f6b3229fac52f138a5ca5325e6f11a7ce9c -size 6389335 +oid sha256:c30925271b3682dcf3611e3b08bd2e71761fdb3cf425e9bf37b0cc71a0061162 +size 6310660 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..fcf2eae --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d0d6138c2a2b952a62cccc71cf3fea862c9a6cf4ff1a75332b852f2fa6d27f +size 3522955 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light.png index 5ca465a..50546bb 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cced67138cea2c1c5f71ed90a275f6fbcdfd0cea6339bc515b69ef78bd393910 -size 3666033 +oid sha256:cfdcc4e20079588ce00b019bae9cf68148f67b4da0495fd8993119b100a71efc +size 3502504 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..ba8a97c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff06cb3b164b332eb309754ab9ef304c8b285e9a4b446a1d4508b44581b74d9c +size 1397059 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark.png index 675f435..f1e7d39 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d8b8a08ba0349317412154f9a7ebd408d7585fe78fe5e4f46b5c29abf532624 -size 1440396 +oid sha256:519bd913a44b80f47effe05837d3a1ff19fcb6cdeb6896d784cf8c0ff9a5ea5b +size 1417340 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..090f980 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5effaff8fdb3f6d181007af92888a057a89c9ec32f1eb618f2f97c267f50cea7 +size 903368 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light.png index 86c0a6f..9c64dd3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a26e6ecc80e1c807f9f590ca1d466962cc91b9cc4efc6ff7ce3f14d6be29226 -size 919435 +oid sha256:1a89b7fa42bd7b4da26480cae3017bcfe11d8869a42777dbcc61fd262e72ec66 +size 885842 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..5b550c7 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b79ea9e8ed0795b3a11a58834678266031266b1c335345adc705ba479b8a17 +size 6283890 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark.png index 0418404..54fa3db 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c7576a7851b3b40c8beea635a67913f33d0452d565ab3d57d9d219564514555 -size 6390685 +oid sha256:89d1084c00e4fd5bc048ded02399ceb4270e7d019714062080d9a1282ae8b909 +size 6309930 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..9ea4964 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa83d0e25204ea55079de5d640002125b2eb96dfa280b35964fb744433cd651 +size 3523336 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light.png index 5f0262a..b84f45d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c4d6ffee505f9c5200d199b1bc4f27f160982ae9202b0e642f545838de94083 -size 3667040 +oid sha256:0c952645b2c859058c60de62389cd1a20c6e73a0d33fbc3877dd5f8a0bef5c3b +size 3502577 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..7468b6c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7755c6c990c9f84be427becbca3a18555da7327609857b065f5a5b052189028 +size 1409953 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark.png index 2a1fc0f..e7b7096 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36bd69ad1329d1744b7c51880ff8b663907dfa737280c4af5344f893a4bca8b3 -size 1450687 +oid sha256:808b3f09df29e680427233920d2615b9bf48da870b12d5b9d072a8465aad6691 +size 1428940 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..e79b6eb --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2032affb85e1ee5c855570f60cd27bcf79c74816f76d1d23e36899a379fa8d16 +size 907995 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light.png index 7ca1db5..5d70984 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28be173e710580284ff7792b18a632340f816f4bd63a884031ecf62551c10cf8 -size 924308 +oid sha256:c0dac24746fbe3d2fc7b10f84fcf0f89fe3ecb6ebe5f2b9b7cf7748f8a24161d +size 890851 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..ff62f7a --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:254e68c0b4cc86e3818015d5460261d7c7f6f9563fa1a51a60ecad13341dafa9 +size 6297731 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark.png index 2343e3a..711db8a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f550194e037575f55ea9243df4794327f042fcb508e9226e007ee12cd7d22e51 -size 6402413 +oid sha256:75e7fe9190e087ab0dffcfcca7e4d29863ab83a3cbe69b86beee6001e0f460e1 +size 6322010 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..01dcb79 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e7218c21520841cbf140cc372ce9859d3caac6c40caf12b2b19b84509ae749 +size 3529753 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light.png index d21ff1d..13e8086 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResult.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ea2cee2ccd842ed54db5f799c75b0871cdae6b57c236454647305c0bc3275ac -size 3672672 +oid sha256:2c7462fffbcb044688d6e3d289804f1e9f46afaa1b6ab94e7bfa1ca65f0a08fb +size 3509140 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..df75fb5 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182bef24b4468aac0e0aa4e595759aec745612865dd2f869ac789bdc4778622c +size 1336258 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark.png index 656f6be..e484799 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01c57be3c650f9afeadc8d781fc75eb1e3caa542175ab8677e7197ea40e50bd4 -size 1420153 +oid sha256:9368fa3b4f4e4960e9a41ebb056023eae09f52aded903f0b63353da149eca822 +size 1382121 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light-xxxLarge.png new file mode 100644 index 0000000..39484de --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cd12321a2ea72877fe7b2eec4f20cdccfe1c0665cee01d7321b8e2b5d9299f +size 896517 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light.png index 486cc9f..ba642a4 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6af5b84b8b675bf80a7e206ec393e77f5d72071a10f8cdf6114454d06dd820e9 -size 925865 +oid sha256:49b0a3c234abd369b2d7d91c6f6b6f8ae292cc93a786b5e7d609aa053a25a7a4 +size 881139 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..1cf8c7c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69e12fd9e9fb63a5c4f2b61d982c5c1e3cc8d51b2fc02fb965746fb3cbc6a06 +size 6222863 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark.png index 53a1014..dc36e62 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64fbc12e4b508608e09f520355df86976d41b3bc8bba9a0fbddf3b0e617cdd91 -size 6370585 +oid sha256:48b26aad00af08a175cb41076e95b58da4acb99c49d85d311a552e4f547df26a +size 6273726 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..f6954af --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4c68c28bbca65cb9d3699d26775ffc67a3fd7402defdd97340a266ad384305 +size 3522091 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light.png index 2e3c99e..f7c3a1c 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd8f6f6656f46f45e4473ee4def51086b2267b561bf3ce8dcdf8c5ad1414edc7 -size 3674657 +oid sha256:718dbc2a9e6ba25135ca5660bb0d316d2f8b8cee5d78033f9fabe247572423e2 +size 3501797 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..bb367c2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795e29724828b8825c92993f78d362a67a148896d76baddf77c8f2d80629fe80 +size 1335824 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark.png index 9277ae6..aacac05 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af792a4da21209872f9e666d86142c5d2be7fd013acc0f632340cb6e7bdec7c1 -size 1421447 +oid sha256:2b1641d38e3b079b49fe9b8c8fa917cce5863ebcd31ca61f2508f8acba6a175c +size 1381106 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..f0078f0 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1995b6609e303c40a62590cd32aee13d7a68dfbebbecdbc7392f6e43c7720f71 +size 896159 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light.png index 851e165..ab3bf3f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:15e7a73802dc79c6f1fdb98e46097b1298bceac270ee161e9e88bbbe58e7348c -size 925952 +oid sha256:74e0776356e7407b42123a26aa627398078f90b74b9dab6d87a5a077c30519d0 +size 880780 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..332b89e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76925fb14814a1a6114bc5576f0b90603d1850d50dd1a61273a0fb6d0cef994a +size 6222487 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark.png index 64a04f6..bcdff06 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bade65f64f9698fac294fde8f06d930aa66b4a15f5c83388f02ae120c9e584d5 -size 6371776 +oid sha256:ec32f8036d4e9480b774a204a0b624fa1c7615f5527dfd962d34c94fac92ae20 +size 6272566 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..91d26bd --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b1fcf48562fb781e8da9ce99ff4282dd30efc1fe4fa44b223f960c280d88a0 +size 3522089 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light.png index a9bc3d1..6147e30 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:69e7aeabed359ecc923df16d7605acb3ea8ed9b7cfa71934f3cf5bd3b5349b2e -size 3675161 +oid sha256:f6d395945be3d6c073dc4ece91f0f2f83b0abcdf03043d754215bc2a3bc845dc +size 3501275 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..8cf1ad8 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b6b1f6bff4d0c85f2d6a148b4262fecc29b97605a579aed48c8d47e9b4ad68 +size 1370777 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark.png index 56a3469..fb44d07 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:771aacd0caf7d84e28d5a18bc7e7ec5c8c8e3ecac8dfa31a012087e95b614862 -size 1431743 +oid sha256:e17fb7d792b265e6e0da2992561b32b5f5b7b48a85dbced670b4ef89c103e21f +size 1392261 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..9b96cf6 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e287d06713797c33a3d228bb422aed48823b078da89b4fe41d50b3c26835bd +size 904796 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light.png index bbeba6a..ba5d6dc 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a8c7920a7e8e037a43dbd6107c8153ddee38ffcffd2cb110616812f4a27e8de -size 930850 +oid sha256:2b9636bf79daa6b9477f6ebf37af653fae85635791188d4aaae487216057321d +size 885328 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..957e3cc --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2998c4d343487fe9cd5d2b16ba1091f6b5a50d8fb0dc1acb449ecc4a4a08507a +size 6257656 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark.png index c871b7c..640b2f6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21eb23463f97640b11ed899c394a38f8fcc90d5e134c6f32cdf4570d7c41979a -size 6383713 +oid sha256:a441acd80c07982098f495c9c7fe5e60c511d37d5d86f1f19977b788de3d35db +size 6284285 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..effb16c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba53272250178ca01898725d029baec1bd138c8425811f765b3d852527ca463 +size 3531123 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light.png index 3b2c15d..e87d633 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testValidResultWithRackWordsButton.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c7ed917cb227ad121eefcdee9f40ba68e94e02869720fce34e8ab48a38a9da -size 3680714 +oid sha256:dbbd61119c644c98eb1b5d1c7b8551d96455d3b5fea50b5b2ac99d5178d3f54e +size 3507395 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..6c167eb --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f069a7e1fb8dba0cd72b95ca2935d85d1ec2389ae54bc5308b52671bcb2ca +size 1551140 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark.png index db24242..08ec1e7 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e4adcf14285779c1991b0e9e02397c777e25b83459a73d04ea6822ba51ca6a3 -size 1576399 +oid sha256:4299bab3bde17711c533395ef7429fc97cec93ef1488680c4e576b6318360b67 +size 1550745 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light-xxxLarge.png new file mode 100644 index 0000000..33b7887 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b37f2dd819700c11c0be985d8998f414363b6abeaf9869419130b037f9481a +size 876932 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light.png index e771991..518956d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63aef73d680c369295364e345a7dbb96dfbde5c1893845c5a9d16a64d28e8ec3 -size 890590 +oid sha256:acf8efe71de75c5aff7073e7607e87dcae73a2ff4b839fa910deb923468692bd +size 855703 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..2406ed6 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf89eb27164e981209e739ff99d208c5551054ffe1fb7a71bd71439ecb41a9de +size 6432912 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark.png index bd90721..116ff36 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93c67573a3534f46f4283c45989dba9f3e97dfe8ea80caefe9731dd7354a3c6e -size 6523797 +oid sha256:6765785305c2053ba55c0df2a807da417332faddd7c273233b0f285dc2b7493a +size 6437752 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..f8b532e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165a5b8b9a4bc6c23eebb0b689a989f853f18184ddc66c13d6a0632b5d326ba3 +size 3495897 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light.png index e594938..fd1ea2e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab4490710bcaf6e1e85deb8246cbda4f9cd3d9812e7ceb80b4bc18922237cd47 -size 3648717 +oid sha256:1133df35f85c876f8ae0a34f76bb26bec0a9fd5d19c16d263d07826335345444 +size 3475351 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..6c167eb --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f069a7e1fb8dba0cd72b95ca2935d85d1ec2389ae54bc5308b52671bcb2ca +size 1551140 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark.png index db24242..b3ce0d2 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e4adcf14285779c1991b0e9e02397c777e25b83459a73d04ea6822ba51ca6a3 -size 1576399 +oid sha256:78c5b139c65cce613da957d7b6a5d2caf1e55c9d40d718e22d09975d96eccc1a +size 1550737 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..33b7887 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b37f2dd819700c11c0be985d8998f414363b6abeaf9869419130b037f9481a +size 876932 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light.png index e771991..518956d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63aef73d680c369295364e345a7dbb96dfbde5c1893845c5a9d16a64d28e8ec3 -size 890590 +oid sha256:acf8efe71de75c5aff7073e7607e87dcae73a2ff4b839fa910deb923468692bd +size 855703 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..2406ed6 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf89eb27164e981209e739ff99d208c5551054ffe1fb7a71bd71439ecb41a9de +size 6432912 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark.png index bd90721..116ff36 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93c67573a3534f46f4283c45989dba9f3e97dfe8ea80caefe9731dd7354a3c6e -size 6523797 +oid sha256:6765785305c2053ba55c0df2a807da417332faddd7c273233b0f285dc2b7493a +size 6437752 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..f8b532e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165a5b8b9a4bc6c23eebb0b689a989f853f18184ddc66c13d6a0632b5d326ba3 +size 3495897 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light.png index e594938..fd1ea2e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab4490710bcaf6e1e85deb8246cbda4f9cd3d9812e7ceb80b4bc18922237cd47 -size 3648717 +oid sha256:1133df35f85c876f8ae0a34f76bb26bec0a9fd5d19c16d263d07826335345444 +size 3475351 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..6c167eb --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360f069a7e1fb8dba0cd72b95ca2935d85d1ec2389ae54bc5308b52671bcb2ca +size 1551140 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark.png index db24242..b3ce0d2 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e4adcf14285779c1991b0e9e02397c777e25b83459a73d04ea6822ba51ca6a3 -size 1576399 +oid sha256:78c5b139c65cce613da957d7b6a5d2caf1e55c9d40d718e22d09975d96eccc1a +size 1550737 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..33b7887 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b37f2dd819700c11c0be985d8998f414363b6abeaf9869419130b037f9481a +size 876932 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light.png index e771991..518956d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63aef73d680c369295364e345a7dbb96dfbde5c1893845c5a9d16a64d28e8ec3 -size 890590 +oid sha256:acf8efe71de75c5aff7073e7607e87dcae73a2ff4b839fa910deb923468692bd +size 855703 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..2406ed6 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf89eb27164e981209e739ff99d208c5551054ffe1fb7a71bd71439ecb41a9de +size 6432912 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark.png index bd90721..116ff36 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93c67573a3534f46f4283c45989dba9f3e97dfe8ea80caefe9731dd7354a3c6e -size 6523797 +oid sha256:6765785305c2053ba55c0df2a807da417332faddd7c273233b0f285dc2b7493a +size 6437752 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..f8b532e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165a5b8b9a4bc6c23eebb0b689a989f853f18184ddc66c13d6a0632b5d326ba3 +size 3495897 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light.png index e594938..fd1ea2e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordMatches.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab4490710bcaf6e1e85deb8246cbda4f9cd3d9812e7ceb80b4bc18922237cd47 -size 3648717 +oid sha256:1133df35f85c876f8ae0a34f76bb26bec0a9fd5d19c16d263d07826335345444 +size 3475351 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..9a0d0d2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9384049453483ea42fd42b8c99179ab0333bdef7de5bab61cdd5cf5fb749f6b1 +size 1529696 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark.png index cfa1c47..5a1d685 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad319af350e066a81dfe087515f1bbdbffe8888b8f72bb31f60358f1945f4dea -size 1565338 +oid sha256:9872257b07fdb5e114718788e9b1b49bbc9a39e6721f65526226240b62123e0a +size 1539112 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light-xxxLarge.png new file mode 100644 index 0000000..c0d0a86 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88671d2f761af987968f91dbe12386957308723b7c5707ea3667c1039d0d1d7 +size 856685 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light.png index 36acdea..ee35a23 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce22d8c5b37fe6754924baf039e14614fd0acf3cc52f28f47da218f7df33093 -size 878735 +oid sha256:e754e0e5aa15b60708e04693200d8b5f7f9d50b75416158ca7c8d6c0e08be74f +size 843597 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..91e7965 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82f8e12e5489e7347264f0f3bc9c38e954e2c887335a80c81b43ed075f30f4 +size 6410585 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark.png index 10710ce..81bba63 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc8f53847c31aa87278dd77f003a6d6833fd1ab7f896e637ce7d8fcab8acee2f -size 6512713 +oid sha256:2b74e80662f7f0a2a5ff5dd236f1ad3f523cd88522b205be44a57b9da48e49c8 +size 6424653 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..34f6966 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc0f43da6d5f4d12ad1344f8f92c7bb8d252cb6c19792fe794e0992ed732826 +size 3475056 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light.png index 105b064..af798a3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7232cfcd68074e9003730dc42542f6f5615859aae4d5e9735e887afd122f22b -size 3637108 +oid sha256:668db7408a53b9db2cb93782ee148012a0bc9e8649644459bc7335409498bb29 +size 3461886 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..9a0d0d2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9384049453483ea42fd42b8c99179ab0333bdef7de5bab61cdd5cf5fb749f6b1 +size 1529696 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark.png index cfa1c47..71181a3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad319af350e066a81dfe087515f1bbdbffe8888b8f72bb31f60358f1945f4dea -size 1565338 +oid sha256:1ea40d3a52ed1fc97d6d95ebd90b37ee67a81afca9a4f6139fc71e4d95cc0109 +size 1539105 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..c83b7de --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510a512cd407dc41beb4ed2885982916cb5f2a5d76ec29c01b9457154cf0c32c +size 856682 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light.png index 36acdea..ee35a23 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce22d8c5b37fe6754924baf039e14614fd0acf3cc52f28f47da218f7df33093 -size 878735 +oid sha256:e754e0e5aa15b60708e04693200d8b5f7f9d50b75416158ca7c8d6c0e08be74f +size 843597 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..91e7965 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82f8e12e5489e7347264f0f3bc9c38e954e2c887335a80c81b43ed075f30f4 +size 6410585 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark.png index 10710ce..81bba63 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc8f53847c31aa87278dd77f003a6d6833fd1ab7f896e637ce7d8fcab8acee2f -size 6512713 +oid sha256:2b74e80662f7f0a2a5ff5dd236f1ad3f523cd88522b205be44a57b9da48e49c8 +size 6424653 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..34f6966 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc0f43da6d5f4d12ad1344f8f92c7bb8d252cb6c19792fe794e0992ed732826 +size 3475056 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light.png index 105b064..af798a3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7232cfcd68074e9003730dc42542f6f5615859aae4d5e9735e887afd122f22b -size 3637108 +oid sha256:668db7408a53b9db2cb93782ee148012a0bc9e8649644459bc7335409498bb29 +size 3461886 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..9a0d0d2 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9384049453483ea42fd42b8c99179ab0333bdef7de5bab61cdd5cf5fb749f6b1 +size 1529696 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark.png index cfa1c47..5a1d685 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad319af350e066a81dfe087515f1bbdbffe8888b8f72bb31f60358f1945f4dea -size 1565338 +oid sha256:9872257b07fdb5e114718788e9b1b49bbc9a39e6721f65526226240b62123e0a +size 1539112 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..c83b7de --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510a512cd407dc41beb4ed2885982916cb5f2a5d76ec29c01b9457154cf0c32c +size 856682 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light.png index 36acdea..ee35a23 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ce22d8c5b37fe6754924baf039e14614fd0acf3cc52f28f47da218f7df33093 -size 878735 +oid sha256:e754e0e5aa15b60708e04693200d8b5f7f9d50b75416158ca7c8d6c0e08be74f +size 843597 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..91e7965 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82f8e12e5489e7347264f0f3bc9c38e954e2c887335a80c81b43ed075f30f4 +size 6410585 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark.png index 10710ce..81bba63 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc8f53847c31aa87278dd77f003a6d6833fd1ab7f896e637ce7d8fcab8acee2f -size 6512713 +oid sha256:2b74e80662f7f0a2a5ff5dd236f1ad3f523cd88522b205be44a57b9da48e49c8 +size 6424653 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..34f6966 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc0f43da6d5f4d12ad1344f8f92c7bb8d252cb6c19792fe794e0992ed732826 +size 3475056 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light.png index 105b064..af798a3 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/ScrabbdictSnapshotTests/testWordsSkeleton.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7232cfcd68074e9003730dc42542f6f5615859aae4d5e9735e887afd122f22b -size 3637108 +oid sha256:668db7408a53b9db2cb93782ee148012a0bc9e8649644459bc7335409498bb29 +size 3461886 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..dbce94d --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2fa4497a9cebc2ce3510298fb8218d3004987e08addff6b25ba7ead5a0d27c +size 186699 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark.png index ddcb508..a5915ea 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ead6884d2da625b697bc3104261ad354c13421e12d044c95c8ab22977db8929 -size 143009 +oid sha256:44c48a3952c439c397e42e978e17d163463c95920c0fe81987031d049d510aa2 +size 142560 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light-xxxLarge.png new file mode 100644 index 0000000..414d3c8 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0563794c6129d40d966cd46f96f50e73e79d4fc14e5f6cee85bfc2e6d598481f +size 165354 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light.png index bb18262..7ce23b0 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42983ec6430ad20bfe9cc9c9d2c0851b924ce400ac5e2295ddda0b6415fcf448 -size 129337 +oid sha256:715d017a2d06513fc04ddbf2d7f1a670c88706e770968155185391930ac2c9f9 +size 129086 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..a6decfb --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2995b09ead3783c4bfedbda84268894655747dcb3579bc938dfb7ef9b0907e3e +size 240038 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark.png index 8d0f71f..2c11b81 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6417e7006b0328589af03b81d2987117569e30bd16a779367aa935f3858c7953 -size 196219 +oid sha256:79d1eac0e34cc5c16d70856d297b4060fbc67d8c88f77bf138a5dd8b896086f7 +size 195860 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..c4ccfeb --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bb722bd30af563966d6af06441b87d60f95640295cc45e6fda88263f8b8fd7 +size 218906 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light.png index 6a953ac..e0d20cf 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27759e78dd5f20efaea2ec4704bf1ca8e4e36b1ef6206089422a00babd8ee6bd -size 181294 +oid sha256:d40081be2120e575a7dc4bbc940b591bf42ee241ccfd6388db7475714e2d61ac +size 181447 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..a959d63 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa18818a6b628bfd7582374510be84a289e1de0f57332e399dd7b436a13858c0 +size 214349 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark.png index b71ec75..6f3c4cd 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:807ed5527ccc2bec3f95157e4dd19de6adab64f7b706f81f11ab58116329118c -size 161079 +oid sha256:e5dbb56a8bc0c19979314cfb9431735fe7547fe1d28f075a49ebdec969e5a8b2 +size 160952 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..4036f79 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65f4b54f807e3d1eafe79fa5071e01cff249c1d0aa80c18ba51f95ab65f1b41 +size 186639 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light.png index e9ccb40..5d1b0a4 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:631edbd25815ff24c14f968ec23ff88843201855aa21d6406e453dde47b7bdab -size 143069 +oid sha256:d759e7175932e06f3c6441e647a43ef47d96737b5fe54bc487960daedebc4e4c +size 143018 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..30badd7 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65456b6207674e5436fd25d1861c96e92b0403a983be1804edcb556363feab95 +size 268516 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark.png index 592a084..bd77b8a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:332e04b8d0baab3b11b91e06bbbefe8f64f26ee25604e739923a74954177155d -size 212265 +oid sha256:7e291a6cc7e6888e9389acf688f127870c1072839ad04d05217a29910be08fc3 +size 211683 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..6ecd709 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7681dc67bccd87529075eb39d097a3f8767c57bbd0d9d51018aa57f73878bf +size 242310 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light.png index 71abe19..3581ea6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:06e3114781b4fe258ae94268b912e687ea7ef5e7a70e1d4617e03b924954b23c -size 193128 +oid sha256:ab8708d9dd55ddcd26c8f8db71f3cea2f64329fb889265a1a0e7c00ed665c90d +size 192786 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..650a475 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02f0c01cf7317f3b03f4c3d7d46fcb618c154d7df617bbc53753f23ad92809d +size 192624 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark.png index 00daca9..9e8b1ea 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3681f1498d822391e68945a47319c88b2b5fd3de1d553b59b7bbe7f5bd27d86 -size 147022 +oid sha256:59dcae18187efae25350932bbfe5dfa7f3c681591c4c5277e5c140abca78f43f +size 146652 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..9fe36a9 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5d2c12f431da0181df460c045e714c27dd819645165113c8606fa941820cd3 +size 169117 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light.png index 7ecc680..263022a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:adcc7d96f6389cfd0f87d02d7eb7b920a6e741faec5942e60089e3e72dfd933a -size 132532 +oid sha256:7a14a14c92068559e43f491ee48b32373cf027cf1035c699797585d0e96267ed +size 132051 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..3b3d84f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b546f3ca9a5a25da558538d89253856a70b9472b5dae44b1a7842c1358e16469 +size 244189 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark.png index 22aebcd..e39e314 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:566d3a505c70a8bee0bca487ebb8995dfee18b718e7421dc8d537fd8c137e81d -size 198134 +oid sha256:bce9ba57579450c94033fca8382fa82f1c08157956d49b13d9bcd1b942fd62d1 +size 197432 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..b90cc55 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07298d5286bb5434a2e61ff3fc1481f3ce26ebbaabd17d3744cec53ccb598cea +size 222928 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light.png index 5276dc7..8945f79 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishGBSelected.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:880ae3d6b0c7adc949f3c17ea192a4ac0b83efa231eff33eb1b40e7539b98c47 -size 183675 +oid sha256:9f606de63044a720cfb3ddb2fb93ad56a70169376f78dc85f8e571b8d0bc60f8 +size 183383 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..a338559 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4737c0e9997d28bd335d5ee3b1c0610b1c091cfc03767002f0759376715a8159 +size 169170 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark.png index 3397dc4..e07ec4d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9eccd2aa07f01cb53664d7a970fbb868f8d692d1d803228228395a9e8798e630 -size 132668 +oid sha256:13734f1cc06293bbeacd57789ce098a32f89d08dbf6e4281d089c5a595907c1b +size 131888 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light-xxxLarge.png new file mode 100644 index 0000000..ba67b3d --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753de8150d1680f4cb25dbf65d74aefec1fa88a55a32917d37e6b9f517153ec2 +size 151713 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light.png index 290e9fd..7c16159 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8f1abd333f7031822f0235d936158801822b69b205efa4e6437b5177e7cd4d2 -size 121276 +oid sha256:1adb6b4561a5d0c8838a45d20adbf6796615d6cf6753eb54044715f961fd5e5e +size 120861 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..299c7e4 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242cca99224a9ec4d61611f40f79425179881158273e60a08f8c6c9110e94e15 +size 224323 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark.png index 83e2aa5..d77ad45 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ade8af0048006e444cb58c3ea6c733a9a91740b8f4624ed48d6865eefdff5bdb -size 184762 +oid sha256:e126eb1355a7d0a31bdb4c60dc4504c3b84ea838039767dd5b39d64c70183bfd +size 183756 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..fe3b111 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fde734a0ca29ffc73e7fb1df366756815ad34dd2479f7d5c8a413c99eaed6c0 +size 206341 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light.png index 4516e31..ab2d656 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14b521507fb6d99efd1cdd443e53db44781b03234b1aacfac2332f98680fc306 -size 174425 +oid sha256:6c0bd6a7c16aaec2e6b3b616e713518f8aa6dbbe1bf49cf22c636a032f48a5f5 +size 174324 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..a35ac16 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdff4e405ff0b93eb0a75a4380d54ceebac2ba8cc91fbcac8f4128cb2a8b4997 +size 191364 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark.png index 0235af8..e8c2ac7 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fea314fcbc70807fd5876c9ca7e713048a939a0d9acbb959967bf5e0418b637 -size 146051 +oid sha256:32bd34ef14c20eb92036284407f34a0b6cca5cd476078498afa355b14f2e1b50 +size 145602 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..12f8c36 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a5600c77d80146d1faa59d84da6b581ed984950f421b617dcde62ecda716e8 +size 168395 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light.png index 3b84211..3cc6c0b 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a078415c3917510372fd29eb87e48f21f6a61739b5f0624428757a64dd18b869 -size 131439 +oid sha256:e0a85690e2e60cd809ee396c02f0c390651cf61cda70396f54c75a6b9960b87e +size 130557 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..4e033a7 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8432cbe524e9516ec4e09404fea58068c2175f638a60d1318723c0ebf38c05f7 +size 244263 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark.png index 08ee9af..aeeb939 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d035e57460eb29bc9b1b1d7c60f826ffac7e7918fe1f0c482a107c3857666b8 -size 198102 +oid sha256:30d611fa2dafbb2960aeffb7e71508517684cb305fee4913582314b2ab2fb654 +size 197467 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..c33b6c0 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d14cafff6c4bf016ecb5247b600b55a4d7fa781e91204566544b1fabdfc035 +size 223216 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light.png index d2cd18b..6e7786b 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf5ed06a51223c9e3c19f285fc6b955de2f7c6a2d399eca6821dc53f380c2d7b -size 183354 +oid sha256:434ff2030318c86fe03e907043db80f46ee5a73e51be106aea3767fd383a3c7e +size 182734 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..6162028 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202733f03280af37ee88f6aaf8ac6534c49204c30105d369c29b6814b7bf8d01 +size 175340 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark.png index 803c92e..981d692 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5e922b09e55fc6710e58ad2cdca8c28b625310d6adf35eea306931bce3a485d -size 134895 +oid sha256:c1ae781cb5865106a9fed678e8ff384738bb3c9a40109c55ea91435880a5f8d2 +size 134661 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..a1e5f4f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a111937147444d539f6549c2f0de994db833c4205ff3be6a9e7498fbfb2f32c +size 156590 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light.png index 687048b..8bb397f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2af0f4661f5a1b1776289cda864866e0411fa225579ac37870ec20665ed4c32e -size 123352 +oid sha256:738cf1633d3ce7795fcb5fd23b1b297ae4983a575eee40d31eeb7e9ebfd10bb5 +size 122739 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..902d466 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35394346803c5895501c856d7dd84401abe10ad5f63ea9a0e8cd8761cf4aa1f1 +size 229129 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark.png index f01fd8f..4866418 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d47eb33a6560eb337b80760c5c6bcc02d2142b78870ed1172e44d8f881a7d581 -size 186929 +oid sha256:c1b54ba34ea70cc644e7f74edfa22049179b7d5f71742fe7f5cfed46f04bfeb5 +size 185986 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..4050a6c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ef12cea50553ce4b770b5d98a96b4bba1bc9a615453766baaa53c59dd4deed +size 210168 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light.png index e6f3d3a..f51a85b 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testEnglishUSSelected.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28dec07770e9ea7fb0335f91274eb02e9977a066fdcc4d9641c677487d208211 -size 175093 +oid sha256:e49d3d60a211ade0c1dc91e456baa037e6b71db6a5aaca0f7ae98f64ae744056 +size 174759 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..3da01ed --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f7b58e1c049a699f9700ad380ba45ad093a4d9bfa8d452f9f941cc628c6c85 +size 157684 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark.png index 2b2360f..45d85a4 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58c6c10d02859518e7efb360389268a549e1f8be49dfe5f2c81062b9ee3a6680 -size 124310 +oid sha256:125f0d6f781f4dacc3039a454a656453bc5fec5ecea4213fbb14c71cb3eba4c3 +size 124693 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light-xxxLarge.png new file mode 100644 index 0000000..54351ae --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6e6706d83efed24fa189ca1ab179425bede79be8be08a7b7d48ed85ecd7a50 +size 142888 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light.png index 634c1d9..b2660d0 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:877a81844e58b740502553770c583f4deaf8f99be222788595b352ee43f26972 -size 115462 +oid sha256:418e264a54cc96933f9f4c24f7ba57717832d56e94a318693bf9013e00b4893f +size 115208 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..99f7b8f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afe97af0b058bff92aa0c39a5f1370dbc49b011874c938ff4146161c6b69352 +size 214566 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark.png index 26cab19..b12b4ab 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88451d6ea0a8c46bb02ced35507c13a3dff8822c636cfce38119088406a29a7b -size 177167 +oid sha256:23acb88f0ffdadcd5ae0a6ab18c442b0035b6923897916d3852ab54a852933cd +size 176816 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..1c63eda --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7918baf5ed60a4a3c704d266584d3bbe47b878811ae07e1259c765d6440e190c +size 198931 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light.png index 734b9ae..c5a9e23 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b95ce587e66d8fb077ab1f05634b3d57b7df421698728a7a58eb2ae60a953720 -size 168251 +oid sha256:cf52d68f1f5c30d7bf41c396ac3298510750cdd18322778b7d7d5889ca8d66e8 +size 168107 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..8c7dbf9 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9282d8b767254d0a1b149252517628b8ac470c85c425d5f7d419cf16d5a60166 +size 179090 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark.png index b1c086b..6eca3b6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:076b795f4d1033695a9a0e72d1cad88323ed62d98cad19a2a025cbb7c603be80 -size 137972 +oid sha256:9af133be6b78c7018b0bdf766438698924ab67be375f5418c51abc23aa5ef355 +size 137406 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..d2bb537 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc4fd828222f215e1314e156ae60f0b318b20f42d01beaf10c7b151a48a796a +size 159891 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light.png index 7696ec2..365b921 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4b917bd1fa2e1d8d623b6ca87683329c1f2922e840b1c87027d52a64009ba86 -size 125532 +oid sha256:ba905fc0fe7e2d11f3cea7e8af98bc394fa2d7a4b59a356e4fbc7900972e947e +size 125000 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..369836f --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800492a9660e95ad868d857c4762396cfd169010f7e8120b05b77f25b81d03fa +size 233817 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark.png index 415b4f1..12586c9 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f49d0a8fd9677a6825ac0ee0f1f2c60fd06322be5af929d0f2cd33f7c350126 -size 190875 +oid sha256:a7d27eeb9367eecb9a13b8774562925cb47712239346678fe6b6088dfe46bfcc +size 190115 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..3203f1d --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3467e6887bd041017d4686ae677ff85447ea7164617549ec77a6fff75418baf +size 214138 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light.png index 5108680..d5d7f5f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ba23138f204d9d8500278e8c2b8d06cc1bab8325bee07691b4e2d8bca3032b2 -size 177349 +oid sha256:64fd83a74c8db10fffc0874cdf5beee4a6a704996406c87c7dea0d7e3a13a60d +size 176833 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..8df01ea --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cac2f902b0b3c0f082be4a2d6b4f3d13ea03c1264cef6499d4d26e576bc8495 +size 167530 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark.png index 8ed22e6..4ad0842 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5547755e77e21fe867a7bc595ac5ba023e9b3140b111efc1ec6217cd402129c6 -size 131431 +oid sha256:abb4246a39d0dfcc1396bb679cf1e3ab807c79c22405549b6b7adc2e56ff8c02 +size 130982 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..cfa65a6 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f837282d9e8f33099e26ce4729babe7e31b2402d2f3c7a353242187752695c +size 150293 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light.png index d0075c5..d1bfaad 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c7fd466796a91fc499c3105b88779a75b5f867d9df473df38fb599ef74cb162e -size 120404 +oid sha256:040d5b2de9e71aeaba99d07b810e9e95fc061bc786e899cea2e327cc5d6afde8 +size 119777 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..cbc1601 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865a52d12e4676cff7eddbbce06a2b7e74fb2183bae0887cedd0314635d806c0 +size 222870 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark.png index e43edcb..65b7281 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:616024dcde5549cadd7528df5aa632ace8493dfb8a6a7dd35565c3bb945d139b -size 183322 +oid sha256:d1c0d5baf18eb03681092a513c9e9f7e96d61661a3188a1b6788a7c418c76bfc +size 182690 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..d720a82 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc674ba0d8c5f7ecfc003806bdbd53b16d733b03bb6f876b12caa400b0cded0 +size 204931 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light.png index be6ea9c..c9ed395 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testFrenchSelected.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b4565096f9967693ee3ed2e9316f4864ae7153b725c3aa683616739bacbc1d8 -size 172801 +oid sha256:988dbd28aef8e1cbe0f7c464c1d96dd8a92262a621945027ad2eb7ef55e4282f +size 172452 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark-xxxLarge.png new file mode 100644 index 0000000..ba8662a --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3f16d41b81a9ee5e48ab58059759111b86f1dda0b2039fb897c496b335bed2 +size 158307 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark.png index e3f801b..4581df5 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1003d38323628d0ad3ceb3ec7c79053991672072d60f507527a8959d6533ed7a -size 125852 +oid sha256:874b60af169acaf43b580d7ac3ae52adc23f550feb88d0c942acc7a5dac8e83b +size 125323 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light-xxxLarge.png new file mode 100644 index 0000000..8b57058 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abf3dee7f5dfbe48d7fbc3de8fca107f7033777679fef3f99f986b8be4fc70f +size 143532 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light.png index 3b23670..c12e69d 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc1cebcd87cff84a3d38312c3fa78ddaa73fe51f83ef5dd9f62198fbf3025507 -size 116145 +oid sha256:a9f2887583842bbdeb5f7a52b1fd2ad6a8b972c58e93779afc376764b9db6627 +size 114819 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark-xxxLarge.png new file mode 100644 index 0000000..dec2637 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98ddabb685e74c51103097eb05673950504b02dc660371185ac488040341828 +size 215237 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark.png index 2e2ed89..33d159e 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9498e7fbc2f5d399cd2cc3ae041e9acf14919b98424f63dd2fb9ab534c9d1342 -size 177558 +oid sha256:f810cbcba34af8dea5af29822ffc25da86324f15d4c29fc79346d194ba5ef038 +size 177343 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light-xxxLarge.png new file mode 100644 index 0000000..32b46d8 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bab74acbd829050baf685f9082003bd50229bf61959e4a6f8116a41ba3d7e7 +size 200343 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light.png index e2c5747..bc1f307 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.en-US-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d5f506248177ebdb32a75121b2776310a49039912373150fbbfc77aacf4dbbf -size 169083 +oid sha256:4731f3b4c968de09a5f01bc75eeab7d2e6e7a8b2c83f65d21271db4270b2f5fc +size 168728 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark-xxxLarge.png new file mode 100644 index 0000000..7daecc3 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857492fddfeae4f21fbd335ce83d8155710b45a3d378621ea242db5c8d9ac384 +size 181797 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark.png index 1308ff6..6ce96b6 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0e9964b2c7ac672c142633ceda5e5514bf588f89d53bf8997278f204ae95917 -size 139609 +oid sha256:c150f0f7398812c2150caf4729a5b0e618578812ee33b8b827b065368c2405fa +size 139352 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light-xxxLarge.png new file mode 100644 index 0000000..86c49ae --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcfd353209a0a18e85a1fa81ba97598da0e0bf381e836a11120a0161b5f24fe +size 161836 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light.png index 3adb9fc..44fd866 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb761bf124f772a58343fb1375320c0ae909ed1de501e96f669e68e3cf802e45 -size 127038 +oid sha256:f9d2c3bb94a160b442f64d11d1f15fdb8ed4e3fab434cdc6d45f255bfd68a35e +size 126570 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark-xxxLarge.png new file mode 100644 index 0000000..84f425c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63070b4fccc0bd80a745e294d29bb29d067092b157e13158a1e7b709976d56d6 +size 235823 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark.png index 1eebe13..8c5503a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c767ae1b714c7fae9befd7567b363241554158fd25298ca9b892c07267d3170 -size 192001 +oid sha256:22532921744d069640dd48f4a743e0f3367187d719cabab2e33a5d5b279b4bd9 +size 191493 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light-xxxLarge.png new file mode 100644 index 0000000..5848460 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a565d1308c8e0dd1a030c922f33db985664e2eb881ff942aca996db946b9bda2 +size 216070 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light.png index b5da25e..32dc16a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.fr-FR-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af37cbae8990eba93ab363f6d5b2449edcf1a4d70e5c025f1eec6d1f0084a4e2 -size 178614 +oid sha256:dc28d4b45f8872cee50c6a2bc869945f71bb3bf962249a4d1e3c75c6432ae888 +size 177874 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark-xxxLarge.png new file mode 100644 index 0000000..e27286c --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f04160235c1a72e518ab701256870ad38bbabd1965823ddb95407484ceed403 +size 165035 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark.png index 5c8f9b2..c10ad3f 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc83197a2a516d461339570fe240c4af7cb2ebb5f9bcb01ce2360b0db84908de -size 129955 +oid sha256:73da52552f0c27e510cbe82976c13a5b925e7601665d1916ccc0fe26cf67f77d +size 128430 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light-xxxLarge.png new file mode 100644 index 0000000..8f7b1b4 --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c170291961d365ad232566b223ad32909fe3c1aecc47a95366a60730e1fdddf +size 148800 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light.png index 87ae249..b4deaa8 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d0208d063fd5c1fe8821aebea83177a43ee4b278c0591c4b79a3cab3c17cfd4 -size 118333 +oid sha256:c5ce90efe6fdc69adbcaff62c5acf5594a8d2576218cd80e2cfb5b6260984a16 +size 118925 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark-xxxLarge.png new file mode 100644 index 0000000..90d7eba --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1b73b50efa9525f1b171950f6d9c4a98d9a4239b9b0ea325912a11ce72458c +size 220117 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark.png index 8af24e3..0b8333a 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-dark.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a6c4467911851d0156170bcbdd1de5ec0c2ec8af7bca9ecf69b84396902d97e -size 181340 +oid sha256:d43e1f3f871c8b2ec4f0eccccf091e29e24a9a9a2e5f3526d4b1b104018598f5 +size 180846 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light-xxxLarge.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light-xxxLarge.png new file mode 100644 index 0000000..6e8bd0e --- /dev/null +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light-xxxLarge.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27059dc3906afbf2166585395d2ce74bf910a35fcd791c158fe3334006ba99a0 +size 203070 diff --git a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light.png b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light.png index 851499c..ff09002 100644 --- a/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light.png +++ b/ScrabbdictTests/Snapshots/__Snapshots__/SettingsSnapshotTests/testPolishSelected.pl-PL-pad-light.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13903ba967ef4834885a078f00ce0445d4f6333ce3da7f9a4908d14899cc109a -size 171654 +oid sha256:df3e46144fa50e956ef0b9341b579bf5593647131213fb526848c460f87e190a +size 171243 diff --git a/ScrabbdictTests/Support/SnapshotTestingSupport.swift b/ScrabbdictTests/Support/SnapshotTestingSupport.swift index b38867f..62ac2b2 100644 --- a/ScrabbdictTests/Support/SnapshotTestingSupport.swift +++ b/ScrabbdictTests/Support/SnapshotTestingSupport.swift @@ -7,7 +7,7 @@ import SnapshotTesting import SwiftUI -extension ViewImageConfig { +private extension ViewImageConfig { static let iPhone17Pro = ViewImageConfig( safeArea: .init(top: 62, left: 0, bottom: 34, right: 0), size: .init(width: 402, height: 874), @@ -32,7 +32,30 @@ extension ViewImageConfig { } @MainActor -func assertScreenSnapshots( +func assert( + _ content: some View, + file: StaticString = #file, + testName: String = #function, + line: UInt = #line +) { + assertScreenSnapshots( + drawHierarchyInKeyWindow: true, + file: file, + testName: testName, + line: line + ) { deviceConfig, colorScheme, locale, dynamicTypeSize in + fixedScreen( + content, + deviceConfig: deviceConfig, + colorScheme: colorScheme, + locale: locale, + dynamicTypeSize: dynamicTypeSize + ) + } +} + +@MainActor +private func assertScreenSnapshots( deviceConfigs: [(ViewImageConfig, String)] = [ (.iPhone17Pro, ""), (.iPad13, "pad.") @@ -42,11 +65,15 @@ func assertScreenSnapshots( Locale(identifier: "pl_PL"), Locale(identifier: "fr_FR") ], + dynamicTypeSizes: [DynamicTypeSize] = [ + .large, + .xxxLarge + ], drawHierarchyInKeyWindow: Bool = false, file: StaticString = #file, testName: String = #function, line: UInt = #line, - _ makeView: (ViewImageConfig, ColorScheme, Locale) -> some View + _ makeView: (ViewImageConfig, ColorScheme, Locale, DynamicTypeSize) -> some View ) { for locale in locales { let localeSnapshotName = locale.identifier @@ -55,40 +82,45 @@ func assertScreenSnapshots( for (deviceConfig, namePrefix) in deviceConfigs { for (colorScheme, name) in [(ColorScheme.light, "light"), (.dark, "dark")] { - assertSnapshot( - of: makeView(deviceConfig, colorScheme, locale) - .frame( - width: deviceConfig.size?.width, - height: deviceConfig.size?.height + for dynamicTypeSize in dynamicTypeSizes { + let dynamicTypeName = switch dynamicTypeSize { + case .large: "" + default: [".", String(describing: dynamicTypeSize)].joined() + } + + assertSnapshot( + of: makeView(deviceConfig, colorScheme, locale, dynamicTypeSize), + as: .image( + drawHierarchyInKeyWindow: drawHierarchyInKeyWindow, + precision: 0.9995, + layout: .device(config: deviceConfig), + traits: deviceConfig.traits.modifyingTraits { + $0.userInterfaceStyle = colorScheme == .light ? .light : .dark + } ), - as: .image( - drawHierarchyInKeyWindow: drawHierarchyInKeyWindow, - precision: 0.999, - layout: .device(config: deviceConfig), - traits: deviceConfig.traits.modifyingTraits { - $0.userInterfaceStyle = colorScheme == .light ? .light : .dark - } - ), - named: "\(localeSnapshotName).\(namePrefix)\(name)", - file: file, - testName: testName, - line: line - ) + named: "\(localeSnapshotName).\(namePrefix)\(name)\(dynamicTypeName)", + file: file, + testName: testName, + line: line + ) + } } } } } @MainActor -func fixedScreen( +private func fixedScreen( _ content: some View, - deviceConfig: ViewImageConfig = .iPhone17Pro, + deviceConfig: ViewImageConfig, colorScheme: ColorScheme, - locale: Locale + locale: Locale, + dynamicTypeSize: DynamicTypeSize ) -> some View { content .environment(\.colorScheme, colorScheme) .environment(\.locale, locale) + .environment(\.dynamicTypeSize, dynamicTypeSize) .frame( width: deviceConfig.size?.width, height: deviceConfig.size?.height