This commit is contained in:
lingdocs 2022-04-27 16:00:17 +04:00
parent 06cd3d2f18
commit c469c0f2f3
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@lingdocs/pashto-inflector", "name": "@lingdocs/pashto-inflector",
"version": "2.3.3", "version": "2.3.4",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",

View File

@ -31,7 +31,7 @@ function EPExplorer(props: {
tense: "present", tense: "present",
negative: false, negative: false,
}, },
}, "EPSelectionState"); }, "EPSelectionState2");
function handlePredicateTypeChange(type: "NP" | "Complement") { function handlePredicateTypeChange(type: "NP" | "Complement") {
setEps(o => ({ setEps(o => ({
...o, ...o,

View File

@ -53,7 +53,7 @@ export function VPExplorer(props: {
if (savedMode === "quiz") return "phrases"; if (savedMode === "quiz") return "phrases";
return savedMode; return savedMode;
}, },
"verbExplorerMode", "verbExplorerMode2",
); );
const [showingExplanation, setShowingExplanation] = useState<{ role: "servant" | "king", item: "subject" | "object" } | false>(false); const [showingExplanation, setShowingExplanation] = useState<{ role: "servant" | "king", item: "subject" | "object" } | false>(false);
const isPast = isPastTense(vps.verb.tenseCategory === "perfect" ? vps.verb.perfectTense : vps.verb.verbTense); const isPast = isPastTense(vps.verb.tenseCategory === "perfect" ? vps.verb.perfectTense : vps.verb.verbTense);

File diff suppressed because one or more lines are too long