Compare commits

..

2 Commits

Author SHA1 Message Date
adueck fe8bfaa8ab infup 2024-06-27 22:26:36 -04:00
adueck cf2930671e fix inflection patterns page 2024-06-27 22:19:54 -04:00
3 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,7 @@
"@formkit/auto-animate": "^1.0.0-beta.6",
"@fortawesome/fontawesome-free": "5.15.4",
"@lingdocs/lingdocs-main": "^0.3.3",
"@lingdocs/ps-react": "^7.1.4",
"@lingdocs/ps-react": "^7.1.6",
"@mdx-js/rollup": "^2.2.1",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@types/mdx": "^2.0.3",

View File

@ -7,6 +7,7 @@ import {
Examples,
InlinePs,
typePredicates as tp,
firstVariation,
} from "@lingdocs/ps-react";
import InflectionCarousel from "../../components/InflectionCarousel";
import { nouns, adjectives } from "../../words/words";
@ -106,7 +107,7 @@ It's important to know that _not all words can be inflected_. If a word doesn't
]}
</Examples>
## Exceptions in form
## Exceptions
### Pattern 1 feminine nouns without an ـه - a ending

View File

@ -1597,10 +1597,10 @@
rambda "^6.7.0"
react-select "^5.2.2"
"@lingdocs/ps-react@^7.1.4":
version "7.1.4"
resolved "https://npm.lingdocs.com/@lingdocs/ps-react/-/ps-react-7.1.4.tgz#63ba377930b40fafff2726f0b73182c7df7cf783"
integrity sha512-EqNsutdAnN6UvAL2OBPwYSYB+Fp22iuZli+JfatxbijNto7H8GhqMwcetGeG/G5gP82vs7akiXEX41D3pvYYmA==
"@lingdocs/ps-react@^7.1.6":
version "7.1.6"
resolved "https://npm.lingdocs.com/@lingdocs/ps-react/-/ps-react-7.1.6.tgz#610f543e5a82acbdb346026ea0bceb4a78febf21"
integrity sha512-IQf3X5uBvBbuhE2Q3/66rU7bVOeSg81rdPvvYgNCWDFk0fAM5VqV7mJSpRkMBM3foV9rlNk6F0WkNqG/ngp6IQ==
dependencies:
"@formkit/auto-animate" "^1.0.0-beta.3"
classnames "^2.2.6"