From 02b6c6d00da8b6e487ab41a1739435d74ae88ebd Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 26 Jul 2022 16:32:42 -0500 Subject: [PATCH] finished passive voice page --- package.json | 2 +- src/components/BasicVerbShowCase.tsx | 20 ++++++++++---------- src/content/verbs/passive-voice.mdx | 4 +++- yarn.lock | 8 ++++---- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 93adb66..10cedf3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.1", - "@lingdocs/pashto-inflector": "^3.5.6", + "@lingdocs/pashto-inflector": "^3.5.8", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/components/BasicVerbShowCase.tsx b/src/components/BasicVerbShowCase.tsx index 6a099ac..294701c 100644 --- a/src/components/BasicVerbShowCase.tsx +++ b/src/components/BasicVerbShowCase.tsx @@ -65,16 +65,7 @@ function BasicVerbChart({ verb, opts, tense, passive }: {
{getEnglishVerb(verb.entry)}
- - {passive &&
+ {passive &&
} +
{isPastTense(tense) && !isPerfectTense(tense) &&
the previous step and we're done! +And add that to our roots and stems we made in the previous step.
Passive Roots/Stems of
@@ -217,6 +217,8 @@ And add that to our roots and stems we made in diff --git a/yarn.lock b/yarn.lock index 59f0d83..7b0c846 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1803,10 +1803,10 @@ rambda "^6.7.0" react-select "^5.2.2" -"@lingdocs/pashto-inflector@^3.5.5": - version "3.5.5" - resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.5.5.tgz#5934cb7b9c3dcbf60b1f74a1e699b54c485d3ea6" - integrity sha512-nq9hx4SZNmzaD+V9Zn5Qj36yaHyeV5jpIWvTpj1Q+EVFeHMXcguglnqmkf49gRLuFCvBMW9WW3dgz2noUozx7A== +"@lingdocs/pashto-inflector@^3.5.8": + version "3.5.8" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.5.8.tgz#5023372360916c023a5d90ee9cbd82294e198931" + integrity sha512-cq8HkhBM5IcazZDLs8qThAf7+QhsDS8VkyzjecRAB3M6OVyyR4IwFRJWzn107r/xGu/YHxyMWsDWnxiePBn+RA== dependencies: "@formkit/auto-animate" "^1.0.0-beta.1" classnames "^2.2.6"